-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.MacOSX
39 lines (22 loc) · 938 Bytes
/
README.MacOSX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
GNUMP3d on Mac OS X
-------------------
Installation of this software should be a simple matter of following
the instructions given in the README file.
The only major difference should be in making the server start when
your machine is booted.
The following instructions were contributed Eric Lawrence, (his email
address in the AUTHORS file if you wish to mail him directly).
Starting GNUMP3d
----------------
To set up gnump3d as a StartupItem in OS X, first create
/Library/StartupItems as root (if it doesn't already exist):
sudo mkdir -p /Library/StartupItems
Change to /Library/StartupItems, and unpack the tarball which you can
find in the 'rcfiles' directory of the GNUMP3d distribution:
cd /Library/StartupItems
sudo tar xzf /path/to/gnump3d-source/rcfiles/gnump3d-MacOSX-StartupItem.tar.gz
To test it, either reboot or run
sudo SystemStarter start gnump3d
Steve
---
www.gnump3d.org