Skip to content

Instantly share code, notes, and snippets.

@Util
Created August 27, 2013 19:41
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 Util/6358078 to your computer and use it in GitHub Desktop.
Save Util/6358078 to your computer and use it in GitHub Desktop.
Rosella setup
# This is what I did to get it Rosella working:
mkdir ~/new_rosella_dir
cd ~/new_rosella_dir
git clone https://github.com/Whiteknight/Rosella.git
cd Rosella/
# Correct this for your Parrot path
PATH=$PATH:~/Perl/Parrot/Git/Parrot/parrot
# Only needed on Mac OS X
export DYLD_LIBRARY_PATH=~/Perl/Parrot/Git/Parrot/parrot/blib/lib
make
make test
winxed t/winxed_test/Basic.t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment