User Tools

Site Tools


using_chicken_on_sdf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
using_chicken_on_sdf [2021/03/17 20:42] – [Install Eggs] hc9using_chicken_on_sdf [2021/03/17 20:44] – [Install Eggs] hc9
Line 54: Line 54:
 Then create some environment variables so Chicken will know to use your new repository for eggs, and will compile against SDF's system libraries when installing eggs: Then create some environment variables so Chicken will know to use your new repository for eggs, and will compile against SDF's system libraries when installing eggs:
  
-export CHICKEN_INCLUDE_PATH=${HOME}/chicken/lib/chicken/6\\  export CHICKEN_REPOSITORY=${HOME}/chicken/lib/chicken/6\\  export CSC_OPTIONS="-I/usr/pkg/include -L/usr/pkg/lib -static-libs"+  export CHICKEN_INCLUDE_PATH=${HOME}/chicken/lib/chicken/6 
 +  export CHICKEN_REPOSITORY=${HOME}/chicken/lib/chicken/6 
 +  export CSC_OPTIONS="-I/usr/pkg/include -L/usr/pkg/lib -static-libs"
  
 (You may also wish to put the above lines in a shell startup file, like ~/.bash_profile, so that the variables will be set every time you log in to SDF.) (You may also wish to put the above lines in a shell startup file, like ~/.bash_profile, so that the variables will be set every time you log in to SDF.)
using_chicken_on_sdf.txt · Last modified: 2021/03/17 20:52 by hc9