/doc/DEVELOPMENT

http://github.com/tgunr/passengerpane · #! · 30 lines · 17 code · 13 blank · 0 comment · 0 complexity · 534bc7219ac675286f16071a86d179f3 MD5 · raw file

  1. INSTALL DEPENDENCIES
  2. Install the Rubygems for the ppane specs:
  3. $ gem install test-spec mocha
  4. Install Nu [1] from source for the functional Cocoa specs:
  5. $ git clone https://github.com/timburks/nu.git
  6. $ cd nu
  7. $ make -j
  8. Now open up the Nukefile and change the following line (98):
  9. (set @cflags "-Wall -g -std=gnu99 -fPIC")
  10. to:
  11. (set @cflags "-Wall -g -std=gnu99 -fPIC" -fobjc-gc)
  12. $ ./mininush tools/nuke
  13. $ ./mininush tools/nuke install
  14. RUN TESTS
  15. $ rake
  16. ------------------------------------------------------------------------------
  17. [1] http://programming.nu