X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=README;h=5680779d8e86fcc7be7d69e4b79e6604ad9907cf;hb=6a89c2b28e62cc0979e5e7b31ed30295164773f5;hp=fa3fd3e7a1791e7880f7fe78ec96f548bdc48cb7;hpb=287d527af97dc3346f50756910e67d63fa5507bd;p=tpg%2Facess2.git diff --git a/README b/README index fa3fd3e7..5680779d 100644 --- a/README +++ b/README @@ -29,6 +29,7 @@ The /Kernel tree contains the kernel sources. /Usermode/include - Required include files for the shared libraries. === Building === +Required Tools: GNU Toolchain (GCC,Gas,binutils), NASM, mtools, GNU calc Compiling Acess is relatively simple (at the moment) First edit /Makefile.cfg and set the build programs (making sure they match the architecture you are building for). @@ -42,6 +43,8 @@ MODULES defines what modules should be statically linked with the kernel Set the source root directory (ACESSDIR) and the destination directory (DISTROOT). +To be able to build usermode programs, Usermode/Libraries/acess.ld needs + to be edited to change the SEARCH_DIR directive to the correct path. You may also want to edit Usermode/Filesystem/Conf/BootConf.cfg before installing.