Created
December 9, 2011 16:24
-
-
Save hannesm/1452220 to your computer and use it in GitHub Desktop.
OD packaging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
..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