Skip to content

Commit

Permalink
Include libturbojpeg.dylib in the Mac package
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/virtualgl/code/branches/2.0.x@1383 799e4f7b-5fd2-41f6-823c-2ecc41bc7f0b
  • Loading branch information
dcommander committed Jan 7, 2007
1 parent 05c6c6d commit 07fb47f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,18 @@ macpkg: rr diags
if [ -f $(BLDDIR)/$(APPNAME)-$(VERSION).dmg ]; then rm -f $(BLDDIR)/$(APPNAME)-$(VERSION).dmg; fi
mkdir -p $(BLDDIR)/pkgbuild
mkdir -p $(BLDDIR)/pkgbuild/Package_Root/usr/bin
mkdir -p $(BLDDIR)/pkgbuild/Package_Root/opt/VirtualGL/bin
mkdir -p $(BLDDIR)/pkgbuild/Package_Root/opt/VirtualGL/lib
mkdir -p $(BLDDIR)/pkgbuild/Package_Root/Library/Documentation/$(APPNAME)-$(VERSION)
mkdir -p "$(BLDDIR)/pkgbuild/Package_Root/Applications/${APPNAME}"
mkdir -p $(BLDDIR)/pkgbuild/Resources
cat macpkg.info.tmpl | sed s/{__VERSION}/$(VERSION)/g | sed s/{__APPNAME}/$(APPNAME)/g > $(BLDDIR)/pkgbuild/$(APPNAME).info
cat Info.plist.tmpl | sed s/{__VERSION}/$(VERSION)/g | sed s/{__BUILD}/$(BUILD)/g > $(BLDDIR)/pkgbuild/Info.plist
install -m 755 $(EDIR)/vglclient $(BLDDIR)/pkgbuild/Package_Root/usr/bin
install -m 755 $(EDIR)/tcbench $(BLDDIR)/pkgbuild/Package_Root/opt/VirtualGL/bin
install -m 755 $(EDIR)/nettest $(BLDDIR)/pkgbuild/Package_Root/opt/VirtualGL/bin
install -m 755 /usr/lib/libturbojpeg.dylib $(BLDDIR)/pkgbuild/Package_Root/opt/VirtualGL/lib
install_name_tool -change libturbojpeg.dylib /opt/VirtualGL/lib/libturbojpeg.dylib $(BLDDIR)/pkgbuild/Package_Root/usr/bin/vglclient
install -m 644 LGPL.txt LICENSE.txt LICENSE-OpenSSL.txt doc/index.html doc/*.png doc/*.gif doc/*.css $(BLDDIR)/pkgbuild/Package_Root/Library/Documentation/$(APPNAME)-$(VERSION)
echo "#!/bin/sh" > "$(BLDDIR)/pkgbuild/Package_Root/Applications/$(APPNAME)/Start $(APPNAME) Client.command"
echo vglclient >> "$(BLDDIR)/pkgbuild/Package_Root/Applications/$(APPNAME)/Start $(APPNAME) Client.command"
Expand Down
2 changes: 0 additions & 2 deletions ReadMe.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@
\
This package includes the VirtualGL Client application (vglclient), which is necessary to use VirtualGL in "Direct Mode" with Intel-based Macintosh clients. It is not necessary to install this package when using VirtualGL with VNC and similar systems. The Macintosh X11 application (which is not installed by default but which can be installed from the OS X distribution discs) must be installed prior to using the VirtualGL Client.\
\
TurboJPEG for Intel-based Macs must also be installed prior to using the VirtualGL Client. TurboJPEG can be downloaded from {\field{\*\fldinst{HYPERLINK "http://sourceforge.net/project/showfiles.php?group_id=117509&package_id=166100"}}{\fldrslt here}}.\
\
You can start the VirtualGL Client either through the script provided in the Applications folder or by running "vglclient" in a terminal window. Refer to the VirtualGL documentation (a link to which is also provided in the Applications folder) or visit {\field{\*\fldinst{HYPERLINK "http://www.VirtualGL.org"}}{\fldrslt http://www.VirtualGL.org}} for more information.\
}

0 comments on commit 07fb47f

Please sign in to comment.