Menu Content/Inhalt
Home

Articles

Poker Tips

Login






Lost Password?
No account yet? Register

PokerTH - Forum

homepost replythreaded viewruleshelp
 
<< Start < Prev 1 2 3 Next > End >>
Ubuntu
User

Junior Boarder
Posts: 5
graphgraph
Karma: 0  
Compiling on Ubuntu - 2007/07/15 06:08 How to compile PokerTH on Ubuntu Feisty?

There is no ./configure.

The binary works fine, but I want to install the programm like a package.
  The administrator has disabled public write access.
doitux
Admin

Admin
Posts: 254
graph
Karma: 16  
Re:Compiling on Ubuntu - 2007/07/15 06:24 Hi Ubuntu

If you want to compile you need qt4-devel or something like this installed.

If you want an Ubuntu package you could use this one: http://www.getdeb.net/release.php?id=1051
regards
doitux
____________________________
doitux@pokerth.net
  The administrator has disabled public write access.
Ubuntu
User

Junior Boarder
Posts: 5
graphgraph
Karma: 0  
Re:Compiling on Ubuntu - 2007/07/15 22:50 I had even known the getdeb-package.
But for a german webseite I want to know how to compile the programm.

A step-by-step manual would be the best.
(which packages from the repositories to install, which terminal commands)
  The administrator has disabled public write access.
heyn
User

Platinum Boarder
Posts: 239
graphgraph
Karma: 14  
Re:Compiling on Ubuntu - 2007/07/16 00:45 Check out this link for official instructions/dependencies
http://pokerth.svn.sourceforge.net/viewvc/pokerth/trunk/pokerth/INSTALL?view=markup
and this link for how I do it
http://www.pokerth.net/component/option,com_joomlaboard/Itemid,58/func,view/id,523/catid,14/limit,6/ limitstart,6/
Be careful with the stuff I put there though, it's kind of a hack and tailored to how my distro - Arch - is layed out. But it may be useful to get a general idea of what you're required to do to compile pokerth.
Good luck.
heyn
  The administrator has disabled public write access.
Ubuntu
User

Junior Boarder
Posts: 5
graphgraph
Karma: 0  
Re:Compiling on Ubuntu - 2007/07/17 00:44 Now I have installed:
  • qt4-designer

  • libcrypto++5.2c2a

  • libboost-dev

  • libsdl1.2debian

  • libsdl-mixer1.2


Pay attention that the QTDIR environment varialbe points to Qt4 not Qt3. For example QTDIR=/usr/qt/4.
You can set this variable typing: "export QTDIR=/usr/qt/4"
Which command I must use?

from: http://pokerth.svn.sourceforge.net/viewvc/pokerth/trunk/pokerth/INSTALL?view=markup
  The administrator has disabled public write access.
heyn
User

Platinum Boarder
Posts: 239
graphgraph
Karma: 14  
Re:Compiling on Ubuntu - 2007/07/17 02:27 Well, in theory the sequence of commands at the end of this post should work. If you want to use it to write a howto for a german website, as you appeared to suggest, experiment a little with the qmake commands as I'm sure there must be at least one too many in there. Try
ls /usr/qt
to see whether qt4 is really there (no idea how Ubuntu is laid out, and as you saw in my "script", Arch Linux has qt4 somewhere else completely).
You can also try qmake-qt4, at least, that's what's mentioned in http://www.pokerth.net/component/option,com_joomlaboard/Itemid,58/func,view/id,51/catid,17/

svn co http://pokerth.svn.sourceforge.net/svnroot/pokerth/trunk/pokerth
cd pokerth
export QTDIR=/usr/qt/4
qmake pokerth.pro
qmake
make
qmake
sudo make install
  The administrator has disabled public write access.
<< Start < Prev 1 2 3 Next > End >>
designed by www.madeyourweb.com