Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to build the package in the ubuntu #55

Open
hello-starry opened this issue Jul 29, 2021 · 2 comments
Open

how to build the package in the ubuntu #55

hello-starry opened this issue Jul 29, 2021 · 2 comments

Comments

@hello-starry
Copy link

I am a beginner ,when I download this package,how can I build in the ubuntu18.04

@DerekLong101
Copy link
Contributor

DerekLong101 commented Jul 29, 2021 via email

@victorpaleologue
Copy link

victorpaleologue commented Jul 13, 2022

git clone https://github.com/KCL-Planning/VAL.git
VAL/scripts/linux/build_linux64.sh all Release
tar -xzvf VAL/build/linux64/Release/Val--Linux.tar.gz -C /usr/local --strip-components=1

Worked like a charm on an Ubuntu 22.04, arm64 (add sudo to the last line depending on your current user's rights).

Note that the README mentions that build script.

Hi Have you tried using the make command?

That won't work, this is a CMake project. A standard way to build and install a CMake project would be:

git clone https://github.com/KCL-Planning/VAL.git
cmake -B VAL/build-host VAL
cmake --build VAL/build-host
cmake --install VAL/build-host --prefix /your/installation/destination

Note that your issue is not an issue, but a help request.
Please go get help on StackOverflow, on the AI StackExchange or in the Planning Community's Slack instead of here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants