File: INSTALL

package info (click to toggle)
openvlbi 3.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 19,524 kB
  • sloc: ansic: 21,182; cpp: 4,119; sh: 141; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OpenVLBI INSTALL
============

You must have CMake >= 2.4.7 in order to build this package.

1) $ git clone https://github.com/iliaplatone/OpenVLBI
2) $ mkdir vlbi_build
3) $ cd vlbi_build
4) $ cmake -DCMAKE_INSTALL_PREFIX=/usr . ../OpenVLBI
5) $ su -c 'make install' or sudo make install
   
Refer to README for further instructions.

Enjoy!