From fe74f33641696bc31022737ddf1d618dec20c87f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 3 Jan 2020 22:14:55 +0100 Subject: I don't like CMake I switched to basic shell scripts now --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7aed7c8..cd2eacb 100644 --- a/README.md +++ b/README.md @@ -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` -- cgit v1.2.3