12019 / monosim

Automatically exported from code.google.com/p/monosim
GNU General Public License v2.0
0 stars 0 forks source link

Can't find the ./configure script #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Documentation says:
$ ./configure
$ make
# make install (as root) 

But I can't find any ./configure script in the SVN repository.

Can you document how to rebuild monosim from the source code?

Original issue reported on code.google.com by ludovic....@gmail.com on 13 Oct 2011 at 1:20

GoogleCodeExporter commented 9 years ago
Yes, i will add a build script for monosim-gtk and monosim-qt.
For now you could try to:

1. install monodevelop, log4net, log4net-devel from your package manager
3. install latest comex-base from tarball: 
http://code.google.com/p/comex-project/downloads/list
4. checkout monosim from svn
5. open a terminal in downloaded monosim folder
6. mdtool build -t:Clean -c:Debug
7. mdtool build -t:Build -c:Debug

so you will have in bin/Debug folder monosim rebuilded

Original comment by hmandevt...@gmail.com on 13 Oct 2011 at 3:03

GoogleCodeExporter commented 9 years ago
added scripts and readme file with instructions in r65

Original comment by hmandevt...@gmail.com on 13 Oct 2011 at 5:22

GoogleCodeExporter commented 9 years ago
Maybe you could also fix "how install and run" at 
http://www.integrazioneweb.com/monosim/

Original comment by ludovic....@gmail.com on 13 Oct 2011 at 5:58

GoogleCodeExporter commented 9 years ago
> Maybe you could also fix "how install and run" at
shure, i planned to write some wiki pages like:
- http://code.google.com/p/comex-project/wiki/Install_Comex
- http://code.google.com/p/comex-project/wiki/Build_Comex
- http://code.google.com/p/comex-project/wiki/Using_Comex

and also an example video like
- http://code.google.com/p/comex-project/#VIDEO

all this content i will report in monosim official website

Original comment by hmandevt...@gmail.com on 13 Oct 2011 at 6:39