Commit graph

8 commits

Author SHA1 Message Date
jmferrer
32a0225f48 Fix:
$ 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".
2017-01-08 08:51:56 +01:00
Rudi Chen
f2fdb97f16 Add additional linux dependencies.
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.
2015-09-06 21:41:36 -04:00
Brad Davis
c198cd9c26 Update to reflect new required package 2015-04-02 00:33:31 -07:00
Stephen Birarda
dab524fb0f remove zlib modules and mentions in build guides 2015-02-19 15:35:40 -08:00
Stephen Birarda
4d8d6d602a simplify the FindTBB module for set envs 2014-12-15 13:56:21 -08:00
Stephen Birarda
9b37967bed changes to instructions for TBB, remove MSVC2010 2014-12-15 11:23:25 -08:00
Stephen Birarda
bba48a61f9 cleanup formatting of build guides 2014-12-15 10:22:58 -08:00
Stephen Birarda
5ad4a57e3d add OS specific build files 2014-12-15 10:19:06 -08:00