Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
1_0:install-source [2020/10/22 16:28]
127.0.0.1 external edit
1_0:install-source [2024/01/16 10:51] (current)
admin [Getting the source code]
Line 7: Line 7:
 Alternatively the GIT repository can also be cloned (For this, installation of ''git'' is required): Alternatively the GIT repository can also be cloned (For this, installation of ''git'' is required):
  
-''git clone https://github.com/C-CINA/focus.git''+''git clone https://github.com/LBEM-CH/focus.git''
  
  ===== Installing Dependencies =====  ===== Installing Dependencies =====
Line 73: Line 73:
 ==== Qt5 ==== ==== Qt5 ====
 Compilations of Qt5 is included in all the package managers we listed above. Qt5 can also be downloaded and installed from: http://www.qt.io/download-open-source/ Compilations of Qt5 is included in all the package managers we listed above. Qt5 can also be downloaded and installed from: http://www.qt.io/download-open-source/
 +
 +You also need the "qtscript5-dev - Qt 5 script development files", which are not installed by default with Qt5. 
 +Installing the qtscript5-dev is also needed. 
 +
 +On Linux, the command 
 +
 +''sudo apt-get install qtscript5-dev
 +''
 +
 +solves that problem.
  
 Make sure that after the installation you add Qt5 bin directory to the environment variable $PATH, and that: Make sure that after the installation you add Qt5 bin directory to the environment variable $PATH, and that:
  
-''qmake -query''+''qmake -query 
 +''
  
 gives you correct path to installed Qt libraries. gives you correct path to installed Qt libraries.
Line 84: Line 95:
 **NOTE for Mac OSX Users:** Qt Version 5.9.4 worked fine, while Qt Version 5.10.1 caused the error: **NOTE for Mac OSX Users:** Qt Version 5.9.4 worked fine, while Qt Version 5.10.1 caused the error:
 "build/apps/src/data/moc_ParameterConfiguration.cpp:175:63: error: 'init_priority' attribute is not supported on this platform." "build/apps/src/data/moc_ParameterConfiguration.cpp:175:63: error: 'init_priority' attribute is not supported on this platform."
 +
 +
 ===== Compiling Focus ===== ===== Compiling Focus =====
 Once everything is set up, CMAKE will automatically find the required paths and compile. This all has been scripted and Focus can easily be compiled by running the ''build_all'' script, which take between Once everything is set up, CMAKE will automatically find the required paths and compile. This all has been scripted and Focus can easily be compiled by running the ''build_all'' script, which take between