Giter Site home page Giter Site logo

Trouble compiling night about night HOT 3 CLOSED

 avatar commented on September 2, 2024
Trouble compiling night

from night.

Comments (3)

 avatar commented on September 2, 2024 1

Nice, although on some systems you will have to use cmake -G "Unix Makefiles" ../

from night.

alexapostolu avatar alexapostolu commented on September 2, 2024

For g++ and clang, what version do you have? Try updating to the latest version, or at least have G++7.1 or above. I'll update the README to reflect that.

For the Makefile, I'm not sure why it's not working. I'll try looking into that. What OS are you using?

Also, I there are binaries (I'm not sure what version though) for Windows and Linux on the website, so you can also download those for a quick way to use Night.

Thanks for the report!

from night.

alexapostolu avatar alexapostolu commented on September 2, 2024

Fixed!

You can use CMake and g++7 to build Night like so:

git clone https://github.com/DynamicSquid/night.git
cd night

mkdir build
cd build

cmake -G "MinGW Makefiles" ../
cmake --build .

I'll resolve this issue once I update the README and websites docs. Thanks for the report!

from night.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.