building_packages
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| building_packages [2009/07/15 17:53] – blade | building_packages [2012/10/19 16:47] (current) – claudiu | ||
|---|---|---|---|
| Line 61: | Line 61: | ||
| - cwd to SPECS directory (should be ~/ | - cwd to SPECS directory (should be ~/ | ||
| - run rpmbuild: rpmbuild -ba --target i686 kernel.spec | - run rpmbuild: rpmbuild -ba --target i686 kernel.spec | ||
| + | </ | ||
| + | |||
| + | ====== Install LISA kernel rpm packages ===== | ||
| + | < | ||
| + | rpm -ivh kernel-firmware-2.6.32-279.9.1.el6.lisa2.0.1.build3.i686.rpm | ||
| + | rpm -ivh kernel-2.6.32-279.9.1.el6.lisa2.0.1.build3.i686.rpm | ||
| + | rpm -ivh kernel-devel-2.6.32-279.9.1.el6.lisa2.0.1.build3.i686.rpm | ||
| + | rpm -Uvh kernel-headers-2.6.32-279.9.1.el6.lisa2.0.1.build3.i686.rpm | ||
| + | </ | ||
| + | |||
| + | Check the new kernel image with lisa 2.0.1 in / | ||
| + | |||
| + | ====== Compile and run LISA CLI ===== | ||
| + | Install the GNU Readline library: | ||
| + | < | ||
| + | yum install readline-devel | ||
| + | </ | ||
| + | < | ||
| + | cd lisa/ | ||
| + | . fix-ld-library-path.sh | ||
| + | </ | ||
| + | |||
| + | Set LINUX_DIR variable to / | ||
| + | < | ||
| + | export LINUX_DIR=/ | ||
| + | </ | ||
| + | Compile and run the CLI: | ||
| + | < | ||
| + | cd lisa/ | ||
| + | make clean | ||
| + | make | ||
| + | cd cli | ||
| + | ./swcli | ||
| </ | </ | ||
building_packages.txt · Last modified: by claudiu
