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 ===================================
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 ========================
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.
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
53 http://groups.yahoo.com/group/iolanguage/
62 steve at dekorte dot com