Skip to content

Instantly share code, notes, and snippets.

@oglops
Created July 13, 2017 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oglops/8e27d746340e054196da84d09f18de17 to your computer and use it in GitHub Desktop.
Save oglops/8e27d746340e054196da84d09f18de17 to your computer and use it in GitHub Desktop.
build svn in csh
# build serf lib first
scons PREFIX=$HOME/Downloads/serf-install
scons install
# run one line command with temp env var
( make distclean ; setenv LDFLAGS -Wl,-rpath,\\\$\$ORIGIN/../lib ; ./configure --prefix=$HOME/svn --with-serf=$HOME/Downloads/serf-install ; make ; make install)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment