[!vcpkg version]()
git clone https://github.com/USI-FMAA/digital_casting_app.git
git clone --recurse-submodules -j8 https://github.com/microsoft/vcpkg
# install package manager
.\VCPKG\bootstrap-vcpkg.bat
# initialize and build app
.\package-install.bat
git clone https://github.com/USI-FMAA/digital_casting_app.git
git clone --recurse-submodules -j8 https://github.com/microsoft/vcpkg
# install package manager
./VCPKG/bootstrap-vcpkg.sh
# install package
./package-install.sh
# initialize and build app
./init-setup-osx.sh
# test app
# update the package manger
git submodule add https://github.com/microsoft/vcpkg VCPKG
# install package
.\VCPKG\bootstrap-vcpkg.bat
# initialize and build app
.\package-install.bat
# test app
.\build\debug\dcs_app.exe
git clone https://github.com/USI-FMAA/digital_casting_app.git
git clone --recurse-submodules -j8 https://github.com/microsoft/vcpkg
# install package manager
./VCPKG/bootstrap-vcpkg.sh
# install package
./package-install.sh
# initialize and build app
./init-setup-osx.sh
# test app
./build/debug/dcs_app
package architecture:
This package was created by WeiTing Chen at USI-FMAA, PCBM ETHZ, and ETHZurich DFab.