/doc/DEVELOPMENT
#! | 30 lines | 17 code | 13 blank | 0 comment | 0 complexity | 534bc7219ac675286f16071a86d179f3 MD5 | raw file
1INSTALL DEPENDENCIES 2 3Install the Rubygems for the ppane specs: 4 5$ gem install test-spec mocha 6 7Install Nu [1] from source for the functional Cocoa specs: 8 9$ git clone https://github.com/timburks/nu.git 10$ cd nu 11$ make -j 12 13Now open up the Nukefile and change the following line (98): 14 15(set @cflags "-Wall -g -std=gnu99 -fPIC") 16 17to: 18 19(set @cflags "-Wall -g -std=gnu99 -fPIC" -fobjc-gc) 20 21 22$ ./mininush tools/nuke 23$ ./mininush tools/nuke install 24 25RUN TESTS 26 27$ rake 28 29------------------------------------------------------------------------------ 30[1] http://programming.nu