Commit graph

64 commits

Author SHA1 Message Date
Flame Soulis
229a3bba90 Added zlib1g-dev to required dependencies 2018-09-03 08:00:16 -04:00
Flame Soulis
06af7b8729 Fixed typo on DQT_CMAKE_PREFIX_PATH 2018-09-03 07:58:39 -04:00
MiladNazeri
40e311fe1e
Fix QT typo 2018-04-17 15:20:05 -07:00
Clement
157ca8cd68 Update docs with correct qt version 2018-04-12 16:21:26 -07:00
elmanytas
f692a2e4bf Create ubuntu specific documentation based on https://forums.highfidelity.com/t/how-to-compile-a-stable-build-of-the-linux-server-stack-on-ubuntu-16-04-lts/11528/16 and tested yesterday. 2017-07-14 08:44:59 +02:00
Thijs Wenker
68ad8fa981 visual headers 2017-05-30 21:12:51 +02:00
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