-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstalling_eclipse_projects
More file actions
129 lines (85 loc) · 4.28 KB
/
Copy pathinstalling_eclipse_projects
File metadata and controls
129 lines (85 loc) · 4.28 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Download the latest Eclipse installer from https://eclipse.org/downloads/ and save it ~/admin
Untar it and execute it:
cd ~/admin
tar xvf eclipse-inst-linux64.tar.gz
cd eclipse-installer
./eclipse-inst
Select 'Eclipse IDE for Java Developers' and install it in ~/admin/eclipse-java
Start Eclipse and create a new workspace at '~/github' (create the directory if you didn't do it yet).
Install the following packages from the main Eclipse repository:
Help > Install new software > Neon - http://download.eclipse.org/releases/neon
* Eclipse CVS Client
* Eclipse Web Developer Tools
* JavaScript Development Tools
* PHP Development Tools
* XML Schema Definition SDK
Add some extra plugins to Eclipse:
Help > install new software:
- EclEmma: http://update.eclemma.org
- PyDev: http://pydev.org/updates
- HCSS: http://herschel.esac.esa.int/hcss/eclipse
- HCSS JTag: http://herschel.esac.esa.int/hcss/eclipse_jtag
Install the GLSL shader editor plugin:
http://sourceforge.net/projects/glshaders/
Copy the files inside the 'plugins' directory to the Eclipse directory '~/admin/eclipse-java/eclipse/dropins/'
Clone the github repositories:
cd ~/github
git clone https://github.com/jagracar/grafica.git
git clone https://github.com/jagracar/grafica.js.git
git clone https://github.com/jagracar/jagracar.com.git
git clone https://github.com/jagracar/leaptests.git
git clone https://github.com/jagracar/software-notes.git
git clone https://github.com/jagracar/processingSketches.git
git clone https://github.com/jagracar/kinectSketches.git
git clone https://github.com/jagracar/OpenCV-python-tests.git
git clone https://github.com/jagracar/tensorflow-tests.git
git clone https://github.com/jagracar/ofxGrafica.git
git clone https://github.com/jagracar/ofxOilPaint.git
git clone https://github.com/processing/processing.git
git clone https://github.com/mrdoob/three.js.git
Import all the github projects into Eclipse:
File > Import > Git > Projects from Git General > Existing local repository
Download Processing and install it in '~/admin/processing'
Create the eclipse-libs directory in the admin directory and copy the processing libs there:
cd ~/admin
mkdir eclipse-libs
cd eclipse-libs
cp ~/admin/processing/processing-3.0.1/core/library/core.jar .
cp ~/admin/processing/processing-3.0.1/core/library/gluegen-rt.jar .
cp ~/admin/processing/processing-3.0.1/core/library/gluegen-rt-natives-linux-amd64.jar .
cp ~/admin/processing/processing-3.0.1/core/library/jogl-all.jar .
cp ~/admin/processing/processing-3.0.1/core/library/jogl-all-natives-linux-amd64.jar .
cd ..
Change the build path in the grafica package to include core.jar in the eclipse-libs directory.
Switch Workspace and create a new one in ~/work/pacs/track15.
Download the Herschel packages from the CVS repository (File > new Project > CVS > Projects from CVS).
CVS info:
- Host: hercvs01.esac.esa.int
- Repository path: /services/repositories/HERSCHEL_CVS
- User: jgarcia
- Password: *******
Download the Hipe installer:
cd ~/work/pacs
wget -O hcss.installer.zip http://herschel.esac.esa.int/hcss/repository.php?item=hcss.installer.zip
unzip hcss.installer.zip
Install one of the latest builds form http://herschel.esac.esa.int/hcss/build.php
./hcss.installer --sync-installer=yes --src=yes --test=yes --doc=yes --unpack=yes hcss.dp.pacs 15.0 2863
Follow the steps from this link:
http://herschel.esac.esa.int/twiki/bin/view/Hcss/HcssInEclipse
Set the following properties in Window > Preferences > HCSS:
Installer Directory : /home/jgracia/work/pacs
Projects Directory: /home/jgracia/work/pacs
Download Documentation: active
Download Source code: active
Download Test tree: active
Install 'Eclipse IDE for C/C++ Developers':
cd ~/admin/eclipse-installer
./eclipse-inst
Start Eclipse and create a new workspace at '~/cpp-workspace' (create the directory if you didn't do it yet).
Install the following packages from the main Eclipse repository:
Help > Install new software > Neon - http://download.eclipse.org/releases/neon
* XML Schema Definition SDK
* Eclipse XML Editors and Tools
* Subversive SVN Team Provider
Install the Subversive SVN Connectors:
Window > Preferences > Team > SVN > SVN Connector > SVN Kit 1.8.12