A calamares based GUI installer for tos
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
Here are all dependencies you need to build the project
- Compiler with C++11 support: GCC >= 4.9.0 or Clang >= 3.5.1
- CMake >= 3.2
- Qt >= 5.7
- yaml-cpp >= 0.5.1
- Python >= 3.3 (required for some modules)
- Boost.Python >= 1.55.0 (recommended, or PythonQt; one is required for some modules)
- PythonQt (recommended, or Boost.Python; one is required for some modules)
- extra-cmake-modules >= 5.18 (recommended; required for some modules)
Alternativly use the PKGBUILD. You need to manually install Boost.Python
Arch based distro's don't have boost in the package manager so use pip
pip install pyboost
- Clone the installer
git clone https://github.com/ODEX-TOS/installer.git
- Install pyboost
sudo pip install pyboost
- Run the PKGBUILD
makepkg -s
- Install it systemwide
pacman -U installer*.pkg.tar.*
Simply run the following command
calamares
# or
tos c # if using tos
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Here is a short list of things that need to be added.
- Nicer slide interface while waiting for installation
- Slightly different color scheme
- Works for both the i3 and the kde version
- Make module loading more quickly
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
F0xedb - tom@odex.be
Project Link: https://github.com/ODEX-TOS/installer