Juan: aqui te mando el readme de compilacion de IanniX:
attachment:
y me ayudas con las lineas exactas del comando en la terminal?
ubuntu 10.
Saludos!
----------------------------------------------------------------------------
----------------------------------------------------------------------------
IanniX v0.650 Beta - INSTALLATION NOTES
----------------------------------------------------------------------------
----------------------------------------------------------------------------
1) Compiling with QT
2) Informations about the sources
3) Informations about the IanniX version number
----------------------------------------------------------------------------
----------------------------------------------------------------------------
1) To compile IanniX on your machine, you have to :
- download and compile/install QT
(http://www.trolltech.com/developer/downloads/qt) (at least the 4.2 version)
- from a terminal, cd into the IanniX directory (where is located the SRC
folder and the IanniX.pro file)
- type 'qmake' to generate the makefile from the IanniX.pro file
- type 'make' to build
- IanniX binary is built in the 'bin' folder
----------------------------------------------------------------------------
----------------------------------------------------------------------------
2)
MAC OS X sources = SVN sources (BigEndian)
LINUX sources = same as above except for :
- (LittleEndian) // "OSCin and OSCout" folders should not be replaced
- (font problems) // "NxGlscore.cpp" : paintgl() method should not be
replaced
WINDOWS sources = same as above except for :
- (LittleEndian) // "OSCin and OSCout" folders should not be replaced
- (font problems) // "NxGlscore.cpp" : paintgl() method should not be
replaced
- (usleep on Windows) // "NxGlscore.cpp" : change 'usleep(100000);' to
'Sleep(100);' in the stopAndReset() method
- (usleep on Windows) // "NxView.cpp" : change 'usleep(10000);' to
'Sleep(10);' in the setToolBarPlayback() method
----------------------------------------------------------------------------
----------------------------------------------------------------------------
3) To modify the IanniX version number, the following files should be modified :
- the information files ("README.txt", "INSTALL.txt", "TODO.txt")
- "Info.plist" : Application creator
- "NxView.cpp" : general informations about IanniX in the about() method
- "NxGLScore.cpp" : xmlVersion test in the NxGLScore class constructor
- "NxScore.cpp" : xmlVersion in the NxScore class constructor
- "NxScore.cpp" : xmlVersion in the writeEnvironment() method
If the XML format is modified, the writeEnvironment() method in "NxParser.cpp"
should also be modified
_______________________________________________
Expyezp mailing list
[email protected]
http://lists.slow.tk/listinfo.cgi/expyezp-slow.tk
Archivo de mensajes:
http://lists.slow.tk/pipermail/expyezp-slow.tk/