diff --git a/COMPILE b/COMPILE index 77270465..b10eddef 100644 --- a/COMPILE +++ b/COMPILE @@ -1,14 +1,7 @@ currently three bootstrap static binaries provided, for x86_64, x86, and armv6j_hardfp (works on raspberry pi) gnu/linux targets. -0) (* NOT NECESSARY ANYMORE *) - copy statically compiled voc compiler for your platform as vocstatic. - for instance, if your platform is armv6j_hardfp (like raspberry pi) - # cp vocstatic.linux.gcc.armv6j_hardfp vocstatic - and if your platform is x86 (32bit) gnu/linux then - # cp vocstatic.linux.gcc.x86 vocstatic - and if it's x86_64 then do nothing or - # cp vocstatic.linux.gcc.x86_64 vocstatic - +0) prerequisites: libc6-dev on debian, glibc-devel, glibc-static on fedora. + 1) make with corresponding makefile if it's rasp pi or other armhf platform then do # make -f makefile.gcc.armv6j_hardfp