-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL.txt
33 lines (22 loc) · 912 Bytes
/
INSTALL.txt
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
# Compile, Build, Install
This project is part of the `snapcpp` environment.
It depends on the `snapwebsites-cmake-modules` project.
Within the `snapcpp` project, it gets build automatically when you build the
entire environment:
snapcpp/bin/build-snap --processors 8
Without the `snapcpp` full environement, make sure that the
`snapwebsites-cmake-modules` is installed first. You can download a
packaged version (.deb) from the
[snapcpp project PPA](https://launchpad.net/~snapcpp/+archive/ubuntu/ppa)
on Launchpad.
This project uses cmake to generate the Makefile necessary to build the
project:
git clone [email protected]:m2osw/libexcept.git
mkdir BUILD
cd BUILD
cmake ../libexcept
make
[sudo] make install
This should work on all Unices. At this point, though, we have been working
on Ubuntu 16.04.
We have not yet worked on the project to get it to function under MS-Windows.