Skip to content

Commit

Permalink
add linker path
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Nov 9, 2021
1 parent 51e5767 commit 8dd6288
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -103,6 +103,8 @@ Continue by entering the following. This takes a while, maybe 30-60 minutes at t

```
cd /cygdrive/c/relax/otp
export CFLAGS="-link -LIBPATH:/cygdrive/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/lib/x64
/"
eval `./otp_build env_win32 x64`
./otp_build autoconf 2>&1 | tee build_autoconf.txt
./otp_build configure --with-ssl=/cygdrive/c/relax/vcpkg/installed/x64-windows --without-javac --without-debugger --without-wx --without-ic --without-odbc --without-et --without-cosEvent --without-cosEventDomain --without-cosFileTransfer --without-cosNotification --without-cosProperty --without-cosTime --without-cosTransactions --without-orber --without-observer 2>&1 | tee build_configure.txt
Expand Down

0 comments on commit 8dd6288

Please sign in to comment.