-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
28 lines (19 loc) · 682 Bytes
/
Copy pathINSTALL
File metadata and controls
28 lines (19 loc) · 682 Bytes
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
=== Prerequsites ===
CMake 2.8.0
It should be packaged for all major linux distributions.
Please see http://www.cmake.org/ for more information and installation instructions.
GNU Readline
Tested with version 6.1.
Don't forget to install readline-devel or the equivalent development package.
GNU Flex
Tested with version 2.5.
GNU Bison
Tested with version 2.4.
=== Building ===
osShell uses out-of-tree builds.
Run the following commands after switching to the source directory:
mkdir build && cd build
cmake ..
make && make install
To install locally do not run the make install command. osShell will be found in "build/"
and can be run with "./osshell"