Skip to content

na-trium-144/webcface-windows-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webcface-windows-package

WebCFace, webui, tools をWindows用にビルドしてインストーラーを作成するリポジトリです

Download

Releases からダウンロードしてください。

Visual Studio 2019でx64用にビルドしています。

exeファイルはWebCFaceを Program Files にインストールします。 zipファイルは任意の場所にWebCFaceを展開して使うことができます。

Buildするには

cmake -Bbuild -Ax64 -DARCH=x64 -DCMAKE_PREFIX_PATH=path\to\opencv\build\x64\vc16\lib -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=path\to\current\directory\install_debug
cmake --build build --config Debug -t install
cmake -Bbuild -Ax64 -DARCH=x64 -DCMAKE_PREFIX_PATH=path\to\opencv\build\x64\vc16\lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=path\to\current\directory\install_release
cmake --build build --config Release -t install
cd build
cpack -G NSIS

x86の場合はアーキテクチャはWin32にする

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages