svn-all-fast-export / svn2git

:octopus: A fast-import based converter for an svn repo to git repos
GNU General Public License v3.0
261 stars 100 forks source link

Use `pkg-config` to detect svn and apr libraries #139

Open nega0 opened 2 years ago

nega0 commented 2 years ago

Adds Qt's pkg-config support to src/src.pro for detecting svn and apr libraries. Also includes build examples in the README using the existing style.

pros:

cons:

Dealing with pkg-config's need to link all the things could be dealt with by using pkg-config directly but this would greatly complicate src/src.pro.

closes #135