ElementW / Diggler

A game engine for cube games
GNU Affero General Public License v3.0
4 stars 1 forks source link

Documentation manquante #2

Closed kilbith closed 8 years ago

kilbith commented 8 years ago

Salut, pourrais-tu donner quelques indications pour compiler Diggler stp ? (librairies nécessaires, options cmake, etc.).

ElementW commented 8 years ago

Cf le README.md que je viens juste d'ajouter. C'est qu'une ébauche mais normalement ça devrait suffire. Après, un coup de cmake et make.

kilbith commented 8 years ago

OK merci. Par contre je n'arrive toujours pas à construire mon cmake :

[jp@r2d2 Diggler]$ cmake .
CMake Error at CMakeLists.txt:12 (string):
  string sub-command FIND requires 3 or 4 parameters.

CMake Error at CMakeLists.txt:14 (if):
  if given arguments:

    "EQUAL" "0"

  Unknown arguments specified

-- Configuring incomplete, errors occurred!
See also "/home/jp/Diggler/CMakeFiles/CMakeOutput.log".
ElementW commented 8 years ago

eb7864a662b93fb45ff5326a788eff372cba0f9e J'ai jamais croisé le problème avant, je compile toujours les projets CMake dans un sous-dossier "build". Fixé.

kilbith commented 8 years ago

C'est bon, merci.