darling-cocotron/makefiles
2017-12-17 16:11:05 +03:00
..
Foundation use new msgSendv 2013-05-23 21:24:54 -04:00
Makefiles use clang 2013-05-23 21:25:56 -04:00
test Fix direct isa access 2017-12-17 16:11:05 +03:00
Makefile move makefiles 2013-05-21 10:14:37 -04:00
README.txt add readme 2013-05-23 22:33:01 -04:00

Tested on Ubuntu 12.04 Desktop 64-bit

cd cocotron/makefiles
make

This will compile cocotron's Foundation using the libobjc2 runtime provided below into a .so and compile a test program against it in test.


PRE-REQUIREMENTS:

sudo apt-get install mercurial -y
sudo apt-get install clang
sudo apt-get install libblocksruntime-dev -y
sudo apt-get install git -y
sudo apt-get install g++


git clone https://github.com/timburks/gnustep-libobjc2.git
echo Installing libobjc2
export CC=clang

cd gnustep-libobjc2
make clean
make
sudo make install