Commit f3c28a1b authored by Rafaël Carré's avatar Rafaël Carré

frontrow plugin: fix headers install script, add a README with simple building...

frontrow plugin: fix headers install script, add a README with simple building and installation instructions
parent 1479b3da
#!/bin/sh
sudo ln -sf $PWD/`dirname $0`/Headers /System/Library/PrivateFrameworks/BackRow.framework/PrivateHeaders
\ No newline at end of file
if ! test -e $PWD/Headers/BREvent.h; then
echo "Please run this script from BackRowHeaders directory"
exit 1
else
sudo ln -sf $PWD/Headers /System/Library/PrivateFrameworks/BackRow.framework
fi
Compilation
---------
Run "BackRowHeaders; ./install.sh" to install the Headers needed for the
FrontRow plugin. BackRow is a private framework of MacOSX, and so the Headers
are not public.
Then open the project in XCode to build it.
Installation
----------
Copy VLC.frappliance to /System/Library/CoreServices/Front\ Row.app/Contents/PlugIns . That's all folks !
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment