forked from Astroua/CARTAvis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExternals.readme
More file actions
39 lines (30 loc) · 1.74 KB
/
Externals.readme
File metadata and controls
39 lines (30 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
The Externals is a symlink that points to a directory outside of the
source tree (i.e. it is not managed by git):
Externals -> ../CARTAvis-externals
The idea is to put any developer-specific files into
../CARTAvis-externals directory, rather than storing them in the git
repo directly. The directory itself is organized into subdirectories:
================================================================================
ThirdParty/
================================================================================
ThirdParty contains symbolic links to various libraries that carta
needs. On Pavol's machine, the contents look like this and you should
adjust yours to look similarly:
qwt -> /home/pfederl/Software/qwt-6.1.2-qt-5.3.2
qooxdoo-3.5-sdk -> /home/pfederl/Software/qooxdoo-3.5-sdk
qooxdoo-4.0.1-sdk -> /home/pfederl/Software/qooxdoo-4.0.1-sdk
pureweb-4.1.1-sdk -> /home/pfederl/Work/Software/PureWeb/4.1.1/SDK
cfitsio-3360-shared -> /home/pfederl/Software/cfitsio3360shared
wcslib-4.23-shared -> /home/pfederl/Software/wcslib-4.23-shared
rapidjson -> /home/pfederl/Software/rapidjson
casacore-1.5.0-shared -> /home/pfederl/Software/casacore-1.5.0-shared
================================================================================
Idea/
================================================================================
Here are intellij idea settings. If you are not using intellij idea,
you probably don't care about this.
================================================================================
QtCreator/
================================================================================
QtCreator settings. If you are not using Qt creator, you probably
don't care about this.