modified COMPILE, added dependencies. -- noch

Former-commit-id: 305c759d79
This commit is contained in:
Norayr Chilingarian 2015-02-09 21:46:33 +04:00
parent 1cd968926f
commit f97c37d7b4

11
COMPILE
View file

@ -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