Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hannesm
Created December 9, 2011 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hannesm/1452220 to your computer and use it in GitHub Desktop.
Save hannesm/1452220 to your computer and use it in GitHub Desktop.
OD packaging
..finish build...
here $od-sources point to where the git clone is
and $platform is the platform you're on
cd /opt/
tar cjf opendylan-2011.1-$platform-debug-info.tar.bz2 opendylan-2011.1/build
cd opendylan-2011.1
rm -rf build profiles
cp $od-sources/packages/unix/make-dylan-app bin
cp $od-sources/packages/unix/README .
patch < $od-sources/packages/unix/README-$platform.diff (only on FreeBSD (and MacOSX))
cp -R $od-sources/sources .
cd ..
tar cjf opendylan-2011.1-$platform.tar.bz2 opendylan-2011.1
the bin directory should contain 3 files: dylan-compiler, dswank and make-dylan-app!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment