Skip to content

Instantly share code, notes, and snippets.

@bubaflub
Created June 30, 2011 13: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 bubaflub/1056256 to your computer and use it in GitHub Desktop.
Save bubaflub/1056256 to your computer and use it in GitHub Desktop.
compiling parrot-gmp
parrot -o src/GMP/raw.pbc src/GMP/raw.pir
parrot -o src/GMP/Common.pbc src/GMP/Common.pir
parrot -o src/GMP/Random.pbc src/GMP/Random.pir
parrot -o src/GMP/Integer.pbc src/GMP/Integer.pir
winxed examples/basic.winxed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment