Browse Source

Updated Readme

Paul-Louis Ageneau 5 years ago
parent
commit
bcd1972270
2 changed files with 5 additions and 3 deletions
  1. 4 2
      README.md
  2. 1 1
      deps/libjuice

+ 4 - 2
README.md

@@ -72,13 +72,15 @@ The CMake library targets `libdatachannel` and `libdatachannel-static` respectiv
 #### POSIX-compliant operating systems (including Linux and Apple macOS)
 ```bash
 $ cmake -B build -DUSE_JUICE=1 -DUSE_GNUTLS=1
-$ cd build && make -j2
+$ cd build
+$ make -j2
 ```
 
 #### Microsoft Windows with MinGW cross-compilation
 ```bash
 $ cmake -B build -DUSE_JUICE=1 -DCMAKE_TOOLCHAIN_FILE=/usr/share/mingw/toolchain-x86_64-w64-mingw32.cmake # replace with your toolchain file
-$ cd build && make -j2
+$ cd build
+$ make -j2
 ```
 
 #### Microsoft Windows with Microsoft Visual C++

+ 1 - 1
deps/libjuice

@@ -1 +1 @@
-Subproject commit 883bdb254d2f75d69e5a419719c0b29dd66462c7
+Subproject commit 8201768c02700f07c712ca6701106a5641c151c5