Skip to content

Instantly share code, notes, and snippets.

@hannesm
Created December 9, 2011 16:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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