mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Correct a script example in documentation
This commit is contained in:
parent
1d4387f95b
commit
2106cd30c1
@ -214,7 +214,7 @@ a suitable location like ~/build and change working directory to it:
|
||||
Configure and build and install the library in a suitable place (I use
|
||||
~/local as a root directory for installed packages.
|
||||
|
||||
~/src/portaudio/configure --prefix=$(HOME)/local/portaudio/mingw64 \
|
||||
~/src/portaudio/configure --prefix=$HOME/local/portaudio/mingw64 \
|
||||
--with-winapi=wmme,directx,wdmks --disable-static --enable-shared CFLAGS=-DNDEBUG
|
||||
make && make install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user