Code Monkey home page Code Monkey logo

Comments (2)

MCemGunes avatar MCemGunes commented on August 16, 2024

I figured out the solution:

I was trying to run the script in the wrong directory. When I run the commands as shown below I get the result. It is tested on Ubuntu 22.04, the docker environment that I posted.

create build directory and in build directory run:

cmake .. -DLIBNEST2D_HEADER_ONLY=OFF  -DRP_ENABLE_DOWNLOADING=ON -DCMAKE_INSTALL_PREFIX=/app/libnest/

cmake --build . --target install

Next, Go to examples folder and run the following commands,

cmake .  

make 

to run the example just type ./example. You will see the results as .svg files in the folder.

I hope it will help starters or people with limited experience in C++.

from libnest2d.

enouxdn avatar enouxdn commented on August 16, 2024

When i run cmake .. -DLIBNEST2D_HEADER_ONLY=OFF -DRP_ENABLE_DOWNLOADING=ON -DCMAKE_INSTALL_PREFIX=
Why it failed?

CMake Error at cmake_modules/RequirePackage.cmake:218 (message):
Build step (Release) for NLopt failed:
Call Stack (most recent call first):
cmake_modules/RequirePackage.cmake:252 (download_package)
include/libnest2d/optimizers/nlopt/CMakeLists.txt:3 (require_package)

-- Configuring incomplete, errors occurred!

from libnest2d.

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.