mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
build: windows: add pywinmake and simplify winmake script
Building libjami should now be doable using: - init : git submodule update --init - install: pip install extras/scripts/pywinmake - contrib: python extras/scripts/winmake.py - libjami: python extras/scripts/winmake.py --base-dir compat/msvc NOTE: breaks libjami output location TODO: fix plugin build Change-Id: Ic6b25d00103f0ea68d8ab7954f8345f1648e0381
This commit is contained in:
@ -1,21 +1,4 @@
|
||||
{
|
||||
"name": "daemon",
|
||||
"deps": [
|
||||
"asio",
|
||||
"ffmpeg",
|
||||
"natpmp",
|
||||
"opendht",
|
||||
"pjproject",
|
||||
"portaudio",
|
||||
"secp256k1",
|
||||
"speexdsp",
|
||||
"upnp",
|
||||
"yaml-cpp",
|
||||
"libarchive",
|
||||
"webrtc-audio-processing",
|
||||
"libgit2",
|
||||
"dhtnet"
|
||||
],
|
||||
"configuration": "ReleaseLib_win32",
|
||||
"use_cmake": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user