1

I try to install microsoft/vcpkg on Jetson Nano (Ubuntu 18.04)

I do

$ git clone https://github.com/microsoft/vcpkg

then

./vcpkg/bootstrap-vcpkg.sh

And I get

Unable to determine a binary release of vcpkg; attempting to build from source.
Building vcpkg-tool...
CMake Error: CMake was unable to find a build program corresponding to "Ninja".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/mnt/ALPR_Cpp/vcpkg/buildtrees/_vcpkg/build/CMakeFiles/CMakeOutput.log".

Then of course I installed ninja-build version 1.8.2 but another problem occurred there (see the problem here). Is there any other solution without using Ninja?

Davtag
  • 19
  • 1

1 Answers1

-2
sudo apt-get install ninja-build
Fedor
  • 17,146
  • 13
  • 40
  • 131
buenos
  • 42
  • 6