From 305c759d79364e3d29a976c243020ec75dd2d345 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Mon, 9 Feb 2015 21:46:33 +0400 Subject: [PATCH] modified COMPILE, added dependencies. -- noch --- COMPILE | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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