Ferramentas do usuário

Ferramentas do site


installing_panini

Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Ambos lados da revisão anteriorRevisão anterior
Próxima revisão
Revisão anterior
Última revisãoAmbos lados da revisão seguinte
installing_panini [2012/08/15 09:59] cartolainstalling_panini [2012/08/18 11:24] cartola
Linha 5: Linha 5:
  
  
-I've got to compile Panini today, after some hard time trying to do this. Follows the recipe:+I've got to compile Panini today, after some hard time trying to do this. A friend also said that it worked on "Linux Mint Debian Edition Update 4" 
 + 
 +Follows the recipe:
  
   *  I've installed a standard Ubuntu desktop version   *  I've installed a standard Ubuntu desktop version
Linha 19: Linha 21:
   *  Create the makefiles with the command:   *  Create the makefiles with the command:
   qmake panini.pro   qmake panini.pro
 +  *  Possibly some messages about subversion will be shown if it is not installed. You can ignore them and follow with the compiling process. The messages are like these:
 +  sh: 1: svnversion: not found
 +   Project MESSAGE: could not run svnversion -- is it installed?
   *  Then you need to edit the Makefile.Release file, created after last given command. To make libz be found edit line 18 putting "-lz" at the end. It will be like the line below after that:   *  Then you need to edit the Makefile.Release file, created after last given command. To make libz be found edit line 18 putting "-lz" at the end. It will be like the line below after that:
   LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -L/usr/X11R6/lib64 -lQtOpenGL -lQtGui -lQtCore -lGL -lpthread -lz   LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -L/usr/X11R6/lib64 -lQtOpenGL -lQtGui -lQtCore -lGL -lpthread -lz
installing_panini.txt · Última modificação: 2012/08/18 11:30 por cartola