-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathINSTALL.Linux
More file actions
44 lines (30 loc) · 1.11 KB
/
INSTALL.Linux
File metadata and controls
44 lines (30 loc) · 1.11 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
CPL Installation Notes
==========================
Contents:
1. Required packages on Ubuntu
2. Compiling and installing CPL
Copyright 2011 The President and Fellows of Harvard College.
Contributor(s): Peter Macko
1. Required packages
----------------------------------
Please make sure that the following packages are installed:
unixodbc
unixodbc-dev
odbcinst
odbc-postgresql (for PostgreSQL)
nlohmann_json
boost
Compilation also requires Clang 3.3+ or g++ 5.0+
Please refer to the individual README files for each language binding to
learn which packages are required for which bindings.
2. Compiling and installing CPL
-----------------------------------
To compile and install CPL, please type the following commands:
make release
[sudo] (for linux) make install
The default installation directory is /usr/local.
For the other language bindings, please refer to the README files for each
binding.
To clean the compile, please use the "clean" or "distclean" make targets.
To uninstall, please use the "uninstall" target - separately for the main
CPL build and for the language-specific bindings.