Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
A
axl
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards

Mise à jour terminée. Pour connaître les apports de la version 13.8.4 par rapport à notre ancienne version vous pouvez lire les "Release Notes" suivantes :
https://about.gitlab.com/releases/2021/02/11/security-release-gitlab-13-8-4-released/
https://about.gitlab.com/releases/2021/02/05/gitlab-13-8-3-released/

  • agm
  • axl
  • Wiki
  • Compilation of sources

Last edited by Bernard Mourrain Dec 02, 2018
Page history

Compilation of sources

Before starting the compilation of the sources, see here for the requirements.

Configuration

If qmake is not in the path the following command can be used, before configuring axl:

export PATH=$PATH:/path_to_Qt/*Version*/*Compiler*/bin/

To configure axl,

  • create a build folder at the same level as axl:
mkdir ../build-axl 
cd ../build-axl
  • configure with cmake
cmake ../axl -DVTK_DIR=$PWD/../build-vtk

If VTK has been built in the folder $PWD/../build-vtk. The option -DVTK_DIR=path_to_buid_of_vtk specifies the path to the directory where VTK has been built.

If Qt is not found you may set manually the path to qmake, using ccmake (instead of cmake) as follows:

ccmake ../axl* -DVTK_DIR=$PWD/../build-vtk 

and setup the variable QT_QMAKE_EXECUTABLE to the path to qmake.

Compilation

make -j"${CPU_COUNT}"

❮ PREVIOUS               [Home]     [Axl@gitlab]     [Documentation]

Clone repository
  • Compilation of sources
  • Download binaries
  • Download sources
  • Requirements
  • development process
  • development tools
  • Home