-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
表題の件ですけれども少し試してみた感じ行けそうなのでやってみてもいいですか?
※mingw64でcliバージョンのバイナリだけコンパイルしてます。
pacman -S mingw-w64-x86_64-cmake
git clone -b use_cmake https://github.com/tetsuyainfra/peercast-yt.git peercast-yt-cmake
cd peercast-yt-cmake/ui/mingw
# カレントディレクトリのCMakeLists.txtを使ってbuildディレクトリへビルド環境を作る
cmake -S . -B build
# buildディレクトリを使ってビルドする
cmake --build build
ls -l build/peercast-yt-cli.exe
Metadata
Metadata
Assignees
Labels
No labels