mirror of
https://github.com/gwenhael-le-moine/x48.git
synced 2024-11-16 19:50:21 +01:00
Fix error in README: command-line option is +/-xshm not just +/-shm.
This commit is contained in:
parent
81ec0cc07c
commit
e7353fb56c
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -6,7 +6,7 @@ This is x48, an HP48 CPU emulator. This is Version 0.6.4
|
||||||
if the 'LCD' is scrambled, you might try running x48 in one of the 3 ways below
|
if the 'LCD' is scrambled, you might try running x48 in one of the 3 ways below
|
||||||
to see if that will solve the problem.
|
to see if that will solve the problem.
|
||||||
|
|
||||||
1. run 'x48 +shm'
|
1. run 'x48 +xshm'
|
||||||
2. put 'x48*useXShm: False' in you .Xdefaults file (man xrdb)
|
2. put 'x48*useXShm: False' in you .Xdefaults file (man xrdb)
|
||||||
3. run './configure --disable-shm' to build x48 without the Shared memory extention.
|
3. run './configure --disable-shm' to build x48 without the Shared memory extention.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue