Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
809 B

  1. Squirrel 2.2.3 stable
  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!)