updated README
This commit is contained in:
parent
805090477e
commit
9461971dd3
1 changed files with 4 additions and 3 deletions
|
@ -6,10 +6,11 @@ This is my fork of x48-0.6.4 where I deviate from the original code and do my ow
|
|||
|
||||
## What have I done:
|
||||
|
||||
0. renamed it to x48ng to avoid confusion
|
||||
1. merged in a SDL1 version I found @ https://code.google.com/archive/p/x48-sdl/source/default/source
|
||||
2. removed the code supporting Solaris, HP-UX, etc.
|
||||
3. removed the autotools-based build system and wrote a simple Makefile instead
|
||||
4. added a x48.desktop file and an icon
|
||||
4. added a x48ng.desktop file and an icon
|
||||
|
||||
## What more I would like to do:
|
||||
|
||||
|
@ -20,7 +21,7 @@ This is my fork of x48-0.6.4 where I deviate from the original code and do my ow
|
|||
|
||||
## Compilation
|
||||
|
||||
By default the X11 version is built.
|
||||
By default the X11 version is built. It is the most complete UI-wise.
|
||||
|
||||
To build the X11 version run `make GUI=x11`
|
||||
|
||||
|
@ -29,7 +30,7 @@ To build the SDL1 version run `make GUI=sdl1`
|
|||
## Installation
|
||||
|
||||
1. Run `sudo make install PREFIX=/usr DOCDIR=/usr/doc/x48ng MANDIR=/usr/man DESTDIR=/tmp/package` filling in your own values for PREFIX, DOCDIR, MANDIR and DESTDIR.
|
||||
2. once installed run `/usr/share/x48/setup-x48-home.sh` to setup your ~/.x48ng/. It sets up a HP 48GX with a 128KB card in port 1 and a 4MB card in port 2
|
||||
2. once installed run `/usr/share/x48ng/setup-x48ng-home.sh` to setup your ~/.x48ng/. It sets up a HP 48GX with a 128KB card in port 1 and a 4MB card in port 2
|
||||
3. run `x48ng` and enjoy
|
||||
|
||||
## Development
|
||||
|
|
Loading…
Reference in a new issue