Skip to content

Commit

Permalink
Using capital letters in READMEs and url update
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Gimenez committed May 22, 2012
1 parent 4368770 commit c8e748d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
23 changes: 11 additions & 12 deletions INSTALL
@@ -1,28 +1,27 @@
linux:
Linux:

to compile laby, you need ocaml >= 3.10.0 and lablgtk >= 2.14.0
(with support for gtksourceview >= 2.10)
To compile laby, you need ocaml >= 3.10.0 and lablgtk >= 2.14.0
(with support for gtksourceview >= 2.10).

execute the following commands in the archive main directory:
Execute the following commands in the archive main directory:

make
ln -s ${PWD}/data ${HOME}/.config/laby

if you want the program to produce some kind of absurd sounds, make
If you want the program to produce some kind of absurd sounds, make
sure the alsa "aplay" command is present on your system.

now to run laby type:
Now to run laby type:

./laby


windows:
Windows:

the best advice is to use pre-compiled binaries available on the web:
http://www.pps.jussieu.fr/~gimenez/laby
those binaries are cross-compiled using mingw-ocaml.

if you plan to compile them by yourself on windows, you will
The best advice is to use pre-compiled binaries available on the web:
http://www.pps.univ-paris-diderot.fr/~gimenez/laby
Those binaries are cross-compiled using mingw-ocaml.
If you plan to compile them by yourself on windows, you will
probably need patience and a lot of good luck and the following
software:

Expand Down
16 changes: 8 additions & 8 deletions TRANSLATION
@@ -1,28 +1,28 @@
location:
Location:

translation data is stored in the file "data/texts"
Translation data is stored in the file "data/texts"

its format is human-friendly, it consists of a bunch of entries of
Its format is human-friendly, it consists of a bunch of entries of
this kind:

text option <opt> requires an argument
en_US.UTF-8 option <opt> requires an argument
fr_FR.UTF-8 l'option <opt> nécessite un argument

the first line gives the text as written in the program source code,
The first line gives the text as written in the program source code,
following lines are translations of this text in various locales

you may use a modified version of this file, laby will look for it
You may use a modified version of this file, laby will look for it
at the following locations (in this order):
~/.config/laby/texts
/usr/share/laby/texts

levels stored in data/levels also contains translatable strings
Levels stored in data/levels also contains translatable strings
using the same format

contributions:
Contributions:

if you wish to contribute new translations or improve existing ones,
If you wish to contribute new translations or improve existing ones,
you are welcome to send them by email to:

Stéphane Gimenez <gimenez@pps.jussieu.fr>
Expand Down

0 comments on commit c8e748d

Please sign in to comment.