https://github.com/tueda/test-vcpkg-flint3
https://github.com/tueda/test-vcpkg-flint3
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tueda/test-vcpkg-flint3
- Owner: tueda
- Created: 2025-04-18T13:33:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T13:36:01.000Z (about 1 year ago)
- Last Synced: 2025-04-19T02:36:40.294Z (about 1 year ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-vcpkg-flint3
```bash
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y automake ca-certificates cmake curl git g++ libtool make pkg-config unzip zip
git clone https://github.com/tueda/test-vcpkg-flint3.git
cd test-vcpkg-flint3
git clone https://github.com/microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.sh
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$(pwd)/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Debug
cmake --build build
cmake --install build --prefix /path/to/install
```