This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
executable file
·34 lines (29 loc) · 1.92 KB
/
README
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
READ FIRST!!
I have noticed that a few people started to follow or fork this repository. You should know, that this is my own fork of Wordom.
I used this repository during the development of my contributions to Wordom.
If you were actually looking for the trajcectory analysis tool Wordom, please visit the official project page:
https://sourceforge.net/projects/wordom/
This repository is not up-to-date to the latest official version of Wordom and it contains features that still were work in progress.
INSTALL
In order to compile wordom get into the build directory and run the cmake/make procedure:
mkdir build
cd build
cmake ../
make
This will generate a wordom binary file in the build directory. Running as root:
make install
will copy it to /usr/local/bin/wordom
In order to compile/install the python wordom module get in the src directory and run:
python setup.py build
then, as root:
python setup.py install
DOCUMENTATION
Online documentation is available at:
http://sourceforge.net/p/wordom/wikidoc/User%27s_Guide/
A pdf copy of the manual is found in the doc directory.
Some of the code (basic functions mostly) is commented doxygen-style, to generate a code documentation run doxygen on the wordom.doxy file found in the src directory.
LICENSE
Wordom is Copyright © 2003-2014 the University of Modena and Reggio Emilia and the University of Zurich.
Wordom is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
Wordom is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Wordom. If not, see http://www.gnu.org/licenses/