diff options
author | Marvin Borner | 2020-01-03 22:14:55 +0100 |
---|---|---|
committer | Marvin Borner | 2020-01-03 22:14:55 +0100 |
commit | fe74f33641696bc31022737ddf1d618dec20c87f (patch) | |
tree | 01f45cfa7d4a717a8429c9bb36f37e50029dfaea /README.md | |
parent | a67919783e4c69644b24a0ced0d5373bb8adf794 (diff) |
I don't like CMake
I switched to basic shell scripts now
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -21,7 +21,6 @@ * binutils * gcc * make - * cmake * bison * flex * gmp @@ -33,13 +32,9 @@ * genisoimage * qemu -* Build a cross compiler using `sh cross.sh` +* Build a cross compiler using `./run cross` -* Run - * `mkdir build && cd build` - * `cmake .. && make` - * `cd ..` - * The relevant files are in iso/ +* Run `./run build` or `./run test` * Optional: Flash the built ISO to a CD drive using `sudo dd if=./iso/melvix.iso of=/dev/sdX bs=4M oflag=sync` |