COMPILE 847 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Squirrel 3.1 beta 1
  2. --------------------------------------------------------
  3. What is in this distribution?
  4. squirrel
  5. static library implementing the compiler and interpreter of the language
  6. sqstdlib
  7. the standard utility libraries
  8. sq
  9. stand alone interpreter
  10. doc
  11. The manual
  12. etc
  13. a minimalistic embedding sample
  14. samples
  15. samples programs
  16. HOW TO COMPILE
  17. ---------------------------------------------------------
  18. GCC USERS
  19. .........................................................
  20. There is a very simple makefile that compiles all libraries and exes
  21. from the root of the project run 'make'
  22. for 32 bits systems
  23. $ make
  24. for 64 bits systems
  25. $ make sq64
  26. VISUAL C++ USERS
  27. .........................................................
  28. Open squirrel.dsw from the root project directory and build(dho!)