![]() | Ubuntu/Debian packages for IO language? |
|
17 Jun 2010, 05:11
Erik Terpstra (2 posts) |
Did anybody find Ubuntu/Debian packages for IO language? TIA, Erik. |
|
14 Jul 2010, 02:55
Josh Goldfoot (1 post) |
Nope. They don’t make it easy. I had to install cmake from the lucid depository, install a bunch of dev libraries, and also edit their cmake build file. |
|
14 Aug 2010, 23:56
Brad Cantrell (15 posts) |
Josh- Im running Ubuntu also, could I bother you to give step by step instructions on how you installed Io? |
|
15 Aug 2010, 11:13
Tim Hardy (3 posts) |
This worked for me on Ubuntu 10.04.1 LTS: Get the latest source from http://github.com/stevedekorte/io/zipball/master In the following I assume the latest is in a zip called stevedekorte-io-2010.06.06-192-g4a815af.zip unzip stevedekorte-io-2010.06.06-192-g4a815af.zip cd stevedekorte-io-4a815af/ mkdir build && cd build cmake .. make sudo make install echo "/usr/local/lib" >> /etc/ld.so.conf ldconfig (NB I’ve chosen to change ldconfig so that it includes /usr/local/lib. Alternatively you can follow Josh’s advice and edit the cmake build file) |
|
20 Nov 2010, 23:48
Eric Hogue (1 post) |
I you get an error about missing OPENSSL_CRYPTO_LIBRARIES. Just do sudo apt-get install libssl-dev. |
|
05 Feb 2011, 17:32
Brian Racer (1 post) |
I used a slightly different method to install locally in my home directory. |
|
01 Mar 2011, 01:10
Michael Wright (1 post) |
So the site I found was basically what Tim mentioned but it was very detailed. Getting Started IO |
|
24 Nov 2011, 04:11
Jacob Peck (3 posts) |
If anyone’s still looking, the iolanguage.com site now links to my binary packages, including .deb packages. http://iobin.suspended-chord.info/ |
|
06 Dec 2011, 19:57
NoMorePain (1 post) |
Are ubuntu or linux languages can also be used in windows or mac? Thanks! |
|
14 Jun 2012, 07:11
guanxiaohua2k6 (2 posts) |
I create a gist in github. Then io could be installed with the following one line command. Please execute with root user. |
| You must be logged in to comment |

