Build systems for windows & linux

SolAR Framework is composed of modules and samples. Each of them has a .pro file used for the build.

Windows

Remaken has to be installed. (https://github.com/SolarFramework/Tools/releases)

QT Creator

  • Open QTCreator and click on Open Project (in Menu).

  • Open a SolAR module or sample double clicking on it .pro file.

  • Configure the project if needed, we recommend to use MSVC 2017 64bit on Windows.

  • Execute "Run qmake" command.

  • Execute build / rebuild command.

Visual Studio QT VS Tool

  • Open Visual Studio.

  • Go to QT VS Tools

QTVS_Tools
  • Simply click on "Open QT Project file" and visual studio do the rest.

  • QT VS Tools realizes the Qmake command during this importation.

To execute a qmake command again, re-import the .pro file.
  • Then, use visual studio and run pthe project like a classic one.

Linux

Tested on ubuntu:18.04 for SolARFramework project.

#update and core

  • apt-get update

  • apt-get install -y git wget pkg-config unzip

#build tools

  • apt-get install -y qt5-default

  • apt-get install -y g++

#Need python-pip and conan

  • apt install -y python3-pip

  • pip3 install conan

#Need buildefs qmake SFT b<>com

#ENV VARIABLES

  • export REMAKEN_RULES_ROOT="/root/.remaken/rules/"

#Need Remaken → thirdParties installer b<>com

#Clone git repository, use remaken for thirdParties