-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
38 lines (26 loc) · 1.1 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
35
36
37
38
Cheetah Distributed Computing Framework
This is the Cheetah Distributed Computing Framework.
TODO: Description of the framework
1. Contents of this package
2. Instructions for developers
Installation and usage instructions for end-users can be found in the INSTALL
file.
================================================================================
1. TODO: refer files and directories on the tree
2. TODO: Do we want to make the svn repository public?
In order to build and install Cheetah, you need the following
prerequisite packages (names may vary depending on your distribution or
Operating System):
- autoconf-archive
- autotools-dev
- automake
- autoconf
- libtool
Generic compilation instructions:
$ mkdir m4 build
$ autoreconf --verbose --force --install
$ cd build
$ ../configure CPPFLAGS=-I/location/of/OpenCL/include LDFLAGS=-L/location/of/OpenCL/lib --prefix=/opt/cheetah
$ make
$ make install
Cheetah will be installed @ /opt/cheetah