Menu Content/Inhalt
Home arrow Forum

Articles

Poker Tips

Login






Lost Password?
No account yet? Register
PokerTH - Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Compiling on Ubuntu (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Compiling on Ubuntu
#700
Ubuntu (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Compiling on Ubuntu 1 Year, 5 Months ago Karma: 0  
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.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#701
doitux (Admin)
Admin
Posts: 390
graph
User Online Now Click here to see the profile of this user
Re:Compiling on Ubuntu 1 Year, 5 Months ago Karma: 19  
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
 
Report to moderator   Logged Logged  
 
regards
doitux
________________________________
doitux@pokerth.net
  The administrator has disabled public write access.
#707
Ubuntu (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Compiling on Ubuntu 1 Year, 5 Months ago Karma: 0  
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)
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#708
heyn (User)
Platinum Boarder
Posts: 322
graphgraph
User Offline Click here to see the profile of this user
Re:Compiling on Ubuntu 1 Year, 5 Months ago Karma: 17  
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
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#713
Ubuntu (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Compiling on Ubuntu 1 Year, 5 Months ago Karma: 0  
Now I have installed:
  • qt4-designer

  • libcrypto++5.2c2a

  • libboost-dev

  • libsdl1.2debian

  • libsdl-mixer1.2


QUOTE:
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
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#715
heyn (User)
Platinum Boarder
Posts: 322
graphgraph
User Offline Click here to see the profile of this user
Re:Compiling on Ubuntu 1 Year, 5 Months ago Karma: 17  
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
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
designed by www.madeyourweb.com