Go to file
Martinvlba 0f7946342f Fix envsetup old iso creation function name
* Also include WIP repo_updater base modules
* Some slight changes for CLI iso package includes
2023-06-25 14:05:25 +03:00
.kdev4 Staging version of toolset 2023-06-24 21:52:54 +03:00
checks Remove all C related project files 2023-01-28 11:11:55 +02:00
dialog Re-adapt the tool for toolset 2023-04-01 09:43:26 +03:00
iso Edit syslinux iso configs and etc 2023-04-22 20:26:22 +03:00
shell Fix envsetup old iso creation function name 2023-06-25 14:05:25 +03:00
.gitignore clean sleet 2022-12-25 18:58:45 +02:00
dialog.sh Re-adapt the tool for toolset 2023-04-01 09:43:26 +03:00
envsetup.sh Fix envsetup old iso creation function name 2023-06-25 14:05:25 +03:00
initial_setup.sh Add initial_setup.sh 2023-04-01 10:26:47 +03:00
LICENSE clean sleet 2022-12-25 18:58:45 +02:00
load_modules.sh Fix envsetup old iso creation function name 2023-06-25 14:05:25 +03:00
README.md [1/2]: Migrate over the drunk tool to multi purpose distro builder/helper 2023-03-19 15:19:45 +02:00
toolset.kdev4 Staging version of toolset 2023-06-24 21:52:54 +03:00

Tools for developemnt

  • This is basic toolset of tools for Evolix development environment. Sets up everything from pkg management to source clones ( basic env for all new devs )

Packages needed to work with these scriptlets

## modules deps ( docker, mkiso and builder )
$ bottle -Syu --needed make cmake docker ninja meson llvm clang bash libisofs libisoburn

Getting started

  1. Make empty directory somewhere ( And dont use root user )
  2. Clone this repository into empty directory.
  3. Open terminal in that empty directory where you have repo called tools
$ ln -sf tools/envsetup.sh envsetup

$ ./envsetup -h
  1. Now youre ready to start adding/changing packages