|
Revision 2, 1.0 KB
(checked in by emasson, 3 years ago)
|
|
initial import for the community edition
|
| Line | |
|---|
| 1 | To build xosview: |
|---|
| 2 | |
|---|
| 3 | Xosview now uses gnu autoconfig. There is hope that this will make |
|---|
| 4 | building and installing it easier. Still, this is the first attempt. |
|---|
| 5 | So, if you find any trouble feel free to point it out. |
|---|
| 6 | |
|---|
| 7 | In general, you should be able to build xosview by following these |
|---|
| 8 | steps: |
|---|
| 9 | |
|---|
| 10 | ./configure |
|---|
| 11 | make |
|---|
| 12 | make install |
|---|
| 13 | |
|---|
| 14 | Versions 1.4 and later require gcc to compile. Versions of gcc earlier |
|---|
| 15 | than 2.7.0 may fail to build xosview. Please see the README file for |
|---|
| 16 | your the platform you are building on for further details. |
|---|
| 17 | |
|---|
| 18 | Edit Makefile.config for your setup, if you wish to change |
|---|
| 19 | anything from the default settings, such as the optimization |
|---|
| 20 | flags. This of course, should be done before one runs make. |
|---|
| 21 | |
|---|
| 22 | To run xosview : |
|---|
| 23 | |
|---|
| 24 | Please see the README file for your platform for any special |
|---|
| 25 | instructions for running xosview on that platform. |
|---|
| 26 | |
|---|
| 27 | See the man page for information on the xosview display and |
|---|
| 28 | how you can customize it. |
|---|
| 29 | |
|---|
| 30 | Revision: $Id: README,v 1.1.1.1 2008/05/04 15:53:48 emasson Exp $ |
|---|