Re: Trying to Install Io
"naaraayana_iyer" <[email protected]>
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
Hi Max, Thanks a million! It worked on my mac os x. Further, I tried it on my ubuntu laptop and it worked there too, with an additional command ldconfig. Serves me right for not reading the README.md. I guess, the github repo is the latest and greatest documentation! I can volunteer to update the site documentation. Anyways, thanks for the help. Now onto this interesting language. Part of my Seven languages in Seven weeks journey. Although I did touch upon Io 2 years back and I really liked it. Thanks -Narayan- --- In [email protected], Max Techter <mt@...> wrote: > > naaraayana_iyer <narayan.iyer@...> wrote: > > > > > > > All, > > > > I am trying to install Io. Downloaded the source and following the instructions > > on website, I get the error: > > > > � �make vm > > >>make: *** No rule to make target `vm'. Stop.<< > > > > Hi, > > try with the instructions from the ./README.txt in the .zip archive. > > Instead using the instructions on the website, try: > > mkdir build > cd build > cmake .. > sudo make install > > > after installing additional Packages and deactivating addons in > > ./addons/CMakeLists.txt > > I suceeded with this sequence on a Debian GNU/Linux. > > regards > max. >