Skip to content

Commit

Permalink
A bit of debugging info to add to the HowToBuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfultz committed Oct 21, 2016
1 parent afde835 commit d3ea0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HowToBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ GitLink has two buildable components: the documentation, and a shared library co
* Run `PacletDirectoryAdd["<git clone dir>/GitLink"]`.
* Load the package using `Get` or `Needs`. E.g., ``Get["GitLink`"]``.
* When loading the package this way, the system may choose to try to load the unbuilt source documentation pages rather than any final built documentation pages. If you want to use the documentation while in this state, it may be easiest to simply run another copy of the Wolfram system where you can access the documentation.
* You can test that you're running the library you think you are, and the features which were used to compile libgit2, by evaluating `$GitLibraryInformation` and examining the result.s

#### Notes
* The Mac version builds two binaries. One is compatible with 10.2 and earlier, while the other is compatible with 10.3 and later. You only need the one compatible with your system for things to work. The difference is that the newer build uses `libc++` while the older one uses `libstdc++`.

0 comments on commit d3ea0e0

Please sign in to comment.