Changed readme to suggest going into the locale directory for build.py.
I forgot when I wrote that, the script actually works on cwd and so does nothing if you try to use it as suggested in the readme.
This commit is contained in:
parent
4c2b40a570
commit
9f15125585
|
@ -130,7 +130,9 @@ Once these dependencies are installed, simply do the following from a
|
|||
terminal window:
|
||||
|
||||
autoreconf -vif
|
||||
./locale/build.py
|
||||
cd locale
|
||||
./build.py
|
||||
cd ..
|
||||
|
||||
The arguments to autoreconf are technically optional, but recommended.
|
||||
|
||||
|
|
Loading…
Reference in New Issue