Coder Social home page Coder Social logo

gleisonnanet / archmaker-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from guidedlinux/archmaker

0.0 0.0 0.0 367 KB

Now hosted on Bitbucket.

Home Page: https://bitbucket.org/guidedlinux/archmaker

License: GNU General Public License v3.0

Makefile 4.41% C++ 95.59%

archmaker-1's Introduction

ArchMaker

Quickly and easily create your own arch-based GNU/Linux-distribution.

ArchMaker is a program that generates scripts which then can generate an iso-file of your own distribution.

You just have to select the programs you want to install, an /etc/skel-folder, enter some information and select a slideshow. It uses archiso to generate the ISO-file and Calamares as the installer.

Dependencies

  • Arch Linux (64 bit) - base-devel
  • git
  • QT5
  • archiso (runtime)
  • xterm (runtime)

Installation

Building

To get the dependencies:

sudo pacman -S base-devel git qt5-base archiso xterm

Now you need to clone the Github-Repository:

git clone https://github.com/guidedlinux/archmaker.git && cd archmaker

After that you can compile ArchMaker:

mkdir build && cd build
qmake ..
make
sudo make install

This will install the .desktop file into /usr/share/applications/

From the AUR (outdated)

To build the package from the AUR, it is recommended to use an AUR-Helper (e.g. yaourt, pacaur). Then you can run:

yaourt -S archmaker

or

pacaur -S archmaker

Sharing your distro

When you have generated your iso, you can upload it (anywhere) and share the link at the gallery.

Release History

  • Initial Commit

Meta

Hannes Schulze โ€“ guidedlinux.org โ€“ [email protected]

Distributed under the GPL-3.0 license. See LICENSE for more information.

https://github.com/guidedlinux/

Contributing

  1. Fork it (https://github.com/guidedlinux/archmaker/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

archmaker-1's People

Contributors

guidedlinux avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.