projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5950bc8
)
INSTALL: Fix instructions for compiling from git.
author
Andre Noll
<maan@tuebingen.mpg.de>
Tue, 25 May 2021 15:07:43 +0000
(17:07 +0200)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Tue, 25 May 2021 15:07:43 +0000
(17:07 +0200)
The command line lacked the configure command.
INSTALL
patch
|
blob
|
history
diff --git
a/INSTALL
b/INSTALL
index
4a86e96
..
45676b7
100644
(file)
--- a/
INSTALL
+++ b/
INSTALL
@@
-18,7
+18,7
@@
Installing paraslash from tarball
Installing paraslash from git
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- autoconf && autoheader && make && sudo make install
+ autoconf && autoheader &&
./configure &&
make && sudo make install
Example for cross-compiling
~~~~~~~~~~~~~~~~~~~~~~~~~~~