• [^] # Re: HTML 5

    Posté par . En réponse au journal Votre potager a (encore) besoin de Tomate. Évalué à 0.

    Merci djibb.

    J'ai donc tenté l'installation, mais cmake échoue :
    ```
    $ cmake -G 'Unix Makefiles'
    -- The C compiler identification is GNU 4.9.2
    -- The CXX compiler identification is unknown
    -- Check for working C compiler: /usr/bin/cc
    -- Check for working C compiler: /usr/bin/cc—works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    CMake Error at CMakeLists.txt:4 (project):
    No CMAKE_CXX_COMPILER could be found.

    Tell CMake where to find the compiler by setting either the environment
    variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
    to the compiler, or to the compiler name if it is in the PATH.

    -- Configuring incomplete, errors occurred!
    See also "/documents/download/tomate_cpp-master/tomate_cpp/CMakeFiles/CMakeOutput.log".
    See also "/documents/download/tomate_cpp-master/tomate_cpp/CMakeFiles/CMakeError.log".