mirror of
https://github.com/rjhansen/nsrlsvr.git
synced 2026-01-09 14:28:05 -05:00
16 lines
590 B
Plaintext
16 lines
590 B
Plaintext
Building from the Git master tree is not recommended. At any given
|
|
moment the tree may be broken. That said, if you want to live on
|
|
the edge, go for it.
|
|
|
|
1. Don't assume that just because you checked the code out
|
|
yesterday that it's still the same today. Seriously, don't.
|
|
Make sure your checkout is fresh.
|
|
|
|
2. 'sh ./bootstrap.sh'. Although the development tree includes
|
|
a configure script, it's best not to trust it. Regenerate
|
|
the entire build tree from scratch.
|
|
|
|
3. Once you've recreated the configure script, build it just as
|
|
you would a released version.
|
|
|