Menu

#1 Compile and run !?

1.0
closed
nobody
None
2014-03-10
2014-03-07
Stephane
No

Hi, I downloaded QtChess, but I don't see any information of how to compile and run it (I'm on Ubuntu 12.04).

Thank you for your help ! (perhaps you could create a readme.txt file in the package to explain how to do so !?).

Discussion

  • Guess Who

    Guess Who - 2014-03-07

    Hi. Please install g++, make, and the qt4 libraries (core, gui, opengl, network, etc.) via apt-get or another favorite mechanism.

    After that, execute qmake -o Makefile qtchess.pro followed by make.

     
  • Stephane

    Stephane - 2014-03-07

    Thanks ! I just succeeded with another method, I installed QTCreator, and then I was able to compile and run it without any problem :)

    I see the pieces are not so chess standard, would you like I try to propose a more classical set of pieces ? Is this done by creating the 128x128 pgn Chess set we can see in the folder !?

    Do you use a XMPP or IRC chat room for that project !? If not would you like to share one I could create ?

     
  • Guess Who

    Guess Who - 2014-03-07

    The chess pieces are composed from raw OpenGL primitives. The program uses simple TCP. I don't have IRC or XMPP for it.
    You're welcome to modify QtChess in any form.

     
  • Guess Who

    Guess Who - 2014-03-10
    • status: open --> closed
     

Log in to post a comment.