Making IoCoroutine member functions take IoCoroutine objects instead of IoObject
[io/quag.git] / readme.txt
blobd3e3f2f936cc8e2b77236fead13cf58ce14201af
2 About Io
3 ========
5 Io is a small, prototype-based programming language. 
7 Details and docs can be found at:
9         http://www.iolanguage.com/ 
12 Building and Installing on Unix/OSX
13 ===================================
15 make
16 sudo make install
18 After it creates io and io_static in Io/_build/binaries/, 
19 the build process will attempt to build the addons in
20 Io/addons/.  The process detects missing required libraries 
21 and writes a log to Io/errors.
23 Refer to readme_addons.txt for platform and 
24 distribution-specific information.
27 uninstalling on Unix/OSX
28 ========================
30 sudo make uninstall
33 Building on Windows
34 ===================
36 This is a bit of a dark art at the moment, but 
37 building under Cygwin and Mingw should be possible 
38 with a bit of work. There is also a Visual C project 
39 in the projects folder but it usually requires some 
40 updating. Note: the OpenGL binding requires GLUT 3.
43 Getting Help
44 ============
46 If you need help or have bug reports or suggestions, 
47 please join in the community discussions. Your input
48 is welcome and there are usually friendly folks willing
49 to answer questions.
51 mailing list: 
53         http://groups.yahoo.com/group/iolanguage/
55 irc: 
56         
57         irc.freenode.net#io
60 Cheers,
61 Steve Dekorte
62 steve at dekorte dot com