xwords/xwords4/linux/README.txt

39 lines
1.1 KiB
Text
Raw Normal View History

2021-04-26 05:57:13 +02:00
This directory contains the desktop Linux port of CrossWords. It
should build and run on any Debian derivative (e.g. Ubuntu or
Raspbian).
2010-09-11 10:28:04 +02:00
2021-04-26 05:57:13 +02:00
You'll need the build tool "make" installed. Once you have that, cd
into this directory and run
2003-11-01 06:35:29 +01:00
2021-04-26 05:57:13 +02:00
# make debs_install
2003-11-01 06:35:29 +01:00
2021-04-26 05:57:13 +02:00
which will get you all the packages the build depends on. Your user
will need sudo capability.
2003-11-01 06:35:29 +01:00
2021-04-26 05:57:13 +02:00
Once that's done, build:
2003-11-01 06:35:29 +01:00
2021-04-26 05:57:13 +02:00
# make MEMDEBUG=TRUE
or
# make
2003-11-01 06:35:29 +01:00
2021-04-26 05:57:13 +02:00
the latter for a release build
2003-11-01 06:35:29 +01:00
2021-04-26 05:57:13 +02:00
If the build succeeds (if it doesn't, and it's not because you changed
something, email me at xwords@eehouse.org), run the debug build thus:
2003-11-01 06:35:29 +01:00
2021-04-26 05:57:13 +02:00
# ./obj_linux_memdbg/xwords
2003-11-01 06:35:29 +01:00
2021-04-26 05:57:13 +02:00
or the release thus:
2003-11-01 06:35:29 +01:00
2021-04-26 05:57:13 +02:00
# ./obj_linux_rel/xwords
2003-11-01 06:35:29 +01:00
2021-04-26 05:57:13 +02:00
Add --help to get a list of all the options.
2003-11-01 06:35:29 +01:00
2021-04-26 05:57:13 +02:00
The first time you launch its main window will be tiny and in the
upper-left corner of your screen. If you resize or move the window the
app will remember its new size and location. Use the buttons and menus
to do stuff. Not all will be obvious, and some stuff may not
work. Always remember that this app exists to develop and test code
whose main target is Android or other mobile platforms, not desktop
Linux.