diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-23 00:00:48 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-23 00:00:48 (GMT) |
commit | f3cd856282e45eeb3facfa4c52c99be13b5477ad (patch) | |
tree | 42f4c3225b4287249acd9dc26a2175dec8aa35c1 /README.md | |
parent | 0f72b116c5ae5602f708fbd16a815bde995dd9d5 (diff) |
netbsd fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -133,10 +133,11 @@ After that, follow the Compilation instructions below. ### Building for Linux/BSD -First, make sure that you have git installed (git-core in debian). Once -you've cloned this git repository, download and install the dependency -packages listed above using your system's package manager. A convenience -script is provided that can help with this process: +First, make sure that you have git installed (often packaged as 'git-core' +or 'scmgit'). Once you've cloned this git repository, download and install +the dependency packages listed above using your system's package +manager. A convenience script is provided that can help with this +process: ./scripts/uni-get-dependencies.sh |