Switch build instructions for meson port. (#263)
This commit is contained in:
parent
088ec7b031
commit
7220975463
6
README
6
README
|
@ -35,7 +35,7 @@ Installation
|
|||
|
||||
Simple install procedure:
|
||||
|
||||
% ./autogen.sh # run the `configure' script
|
||||
% make # build xed
|
||||
% meson . build # run the `configure' script
|
||||
% ninja -v -C build # build xed
|
||||
[ Become root if necessary ]
|
||||
% make install # install xed
|
||||
% ninja install -v -C build # install xed
|
||||
|
|
Loading…
Reference in New Issue