https://github.com/cern/atlas-adepo
ATLAS Survey System (moved to gitlab at CERN)
https://github.com/cern/atlas-adepo
Last synced: about 1 year ago
JSON representation
ATLAS Survey System (moved to gitlab at CERN)
- Host: GitHub
- URL: https://github.com/cern/atlas-adepo
- Owner: CERN
- Created: 2013-10-14T09:10:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T09:25:51.000Z (over 10 years ago)
- Last Synced: 2024-04-16T07:07:26.935Z (about 2 years ago)
- Language: Tcl
- Homepage:
- Size: 110 MB
- Stars: 8
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Version 1.4+
--
NOTE: version is coded in common/Util.cpp
--
For compilation and installation on SLC6, 64 bits virtual machine and 32 bits compilation on vm-atlas-posmov-01 (64 bits vm)
the following packages are needed:
QT 5.4 x86 (32 bit version) in the /det/ti/PosMov directory
setup the path to bin to make sure you have the correct qmake
- the installation of qt 5.4 needs 1.2 Gbyte of /tmp space. vm-atlas-posmov-01 does not have that.
Use lxplus to install, then copy the resulting directory over.
It will generate Makefiles with references to afs, but you can edit those later.
- g++, gcc
- glibc.i686
- glibc-devel.i686
- libgcc.i686
- dejavu-lgc-sans-fonts-2.30-2.el6.noarch fonts
- libGL
- make
(all i686 needed to cross-compile for 32 bit on a 64 bit machine)
MacOS X
-------
- qt version 5.4.0
- qt creator version 3.3.0
-> install libqxt (configure, make, make install)
--
to create an executable for a new architecture:
- mkdir
- cd
- qmake -spec -o Makefile ../ADEPO/ADEPO.pro
? you may need to edit out a reference to GL for the linking
- make
--
Refer to https://atd-sysadmins.cern.ch/redmine/issues/2443 and https://atd-sysadmins.cern.ch/redmine/issues/2303 for more info.
Mark Donszelmann (duns@cern.ch)