- Fixed missing colons.
- Fixed refering to tag instead of branch.
- Since we're using the `kasen\core` branch, changed RELEASE to DEV.
- Fixed vcpkg environment variable instructions.
Fix python installation intructions.
Remove redundant instructions.
Since we are not using tags, instruct users to compile from kasen/core.
Add instructions for a faster compile.
Add instruction for the HIFI_VCPKG_BASE environment variable.
Style fixes.
$ cmake .. -DQT_CMAKE_PREFIX_PATH=/usr/local/Qt5.6.1/5.6/gcc_64/lib/cmake
-- Performing Test COMPILER_SUPPORTS_CXX11
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success
-- Performing Test COMPILER_SUPPORTS_CXX0X
-- Performing Test COMPILER_SUPPORTS_CXX0X - Success
-- The BUILD_BRANCH variable is:
-- The BRANCH environment variable is:
-- The RELEASE_TYPE variable is:
-- The BUILD_GLOBAL_SERVICES variable is: DEVELOPMENT
-- The USE_STABLE_GLOBAL_SERVICES variable is: 0
-- Found GLM: /home/jmferrerm/trabajo/SL/hifi/build/ext/makefiles/glm/project/include
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES
OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindOpenSSL.cmake:217 (find_package_handle_standard_args)
libraries/networking/CMakeLists.txt:15 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/jmferrerm/trabajo/SL/hifi/build/CMakeFiles/CMakeOutput.log".
It is a dependency of libjack-dev but without manually specifying it,
I would get the error message (on Linux Mint 17.2):
```
The following packages have unmet dependencies:
libjack-dev : Depends: libjack0 (=
1:0.121.3+20120418git75e3e20b-2.1ubuntu1) but it is not going to be
installed
```
libudev-dev is used in linking the interface executable.