-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathINSTALL.txt
More file actions
28 lines (19 loc) · 801 Bytes
/
INSTALL.txt
File metadata and controls
28 lines (19 loc) · 801 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
28
INSTALLATION
============
1. Set the needed paths and ENV variables in your ".bashrc" file:
export PATH="$HOME/l1vm/bin:$PATH"
export LD_LIBRARY_PATH="$HOME/l1vm/bin:$LD_LIBRARY_PATH"
export L1VM_ROOT="$HOME/l1vm/"
This sets the "~/l1vm" directory in your "/home" directory as the home for L1VM. Which is the default.
2. Choose one of the build scripts in "install" directory for your OS.
On Debian Linux for example use:
$ ./install-debian.sh
The installer scripts need "sudo" to install the needed libraries.
You have to make sure that sudo works on your system!
BASE PKG INSTALLATION
=====================
Run the download script in "scripts":
$ ./download-pkg.sh https://midnight-coding.de/blog/assets/l1vm/l1vm-base-pkg.tar.bz2 l1vm-base-pkg.tar.bz2
And then:
$ ./build-all.sh
Have fun!