igormclven/simuino

compile needs servuino source too

Closed this issue · 1 comments

What steps will reproduce the problem?
1. checkout simuino
2. try compile (http://web.simuino.com/get-started "g++ -o simuino simuino.c 
-lncurses")
3. missing servuino source files

What is the expected output? What do you see instead?
Compile should work following the web site's install guide

What version of the product are you using? On what operating system?
Tested on Debian 7 with simuino r26

Please provide any additional information below.
Solution/Workaround: Just checkout servuino into simuino source dir:
"svn checkout http://servuino.googlecode.com/svn/trunk/ servuino"

Original issue reported on code.google.com by hjg...@gmail.com on 28 Dec 2013 at 7:41

Please use download package. The package also includes Servuino.

Original comment by benny.sa...@gmail.com on 13 Jan 2014 at 9:08

  • Changed state: Done