Skip to content

Commit

Permalink
Update macOS build docos.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Dec 5, 2023
1 parent fc3580a commit 6a381a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions doc/pdfio.3
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,6 @@ There is also an Xcode project ("pdfio.xcodeproj") you can use on macOS which ge

sudo xcodebuild install
.fi
.PP
You can reproduce this with the makefile using:
.nf

sudo make macos install
.fi
.SS Detecting PDFio
.PP
PDFio can be detected using the pkg\-config command, for example:
Expand Down
3 changes: 0 additions & 3 deletions doc/pdfio.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,9 +543,6 @@ <h3 class="title" id="xcode-project">Xcode Project</h3>
<p>There is also an Xcode project (&quot;pdfio.xcodeproj&quot;) you can use on macOS which generates a static library that will be installed under &quot;/usr/local&quot; with:</p>
<pre><code>sudo xcodebuild install
</code></pre>
<p>You can reproduce this with the makefile using:</p>
<pre><code>sudo make macos install
</code></pre>
<h3 class="title" id="detecting-pdfio">Detecting PDFio</h3>
<p>PDFio can be detected using the <code>pkg-config</code> command, for example:</p>
<pre><code>if pkg-config --exists pdfio; then
Expand Down
4 changes: 0 additions & 4 deletions doc/pdfio.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ generates a static library that will be installed under "/usr/local" with:

sudo xcodebuild install

You can reproduce this with the makefile using:

sudo make macos install


Detecting PDFio
---------------
Expand Down

0 comments on commit 6a381a5

Please sign in to comment.