js8call/Darwin
2019-04-21 22:29:52 -04:00
..
developer read me.txt
Info.plist.in Fixed #171, #172, #173: Fix Mojave audio permissions 2019-04-21 22:29:52 -04:00
js8call_DMG.DS_Store
Mac-js8call-startup.sh
postflight.sh.in
postupgrade.sh.in
ReadMe.txt Fixed ordering of MacOS commands 2019-04-02 09:45:25 -04:00
sysctl.conf

Some versions of Mac OS need special system settings to allow a shared memory
segment to be created (this is how the application communicates with the decoder).

Included in this DMG is a sysctl.conf file that you can use to increase the 
shared memory that the operating system allows to be allocated. You only have to do this process once. 

To install:

0) Caution! Read through these instructions completely before proceeding. 
   If you are at all uncomfortable modifying your system, please feel free to 
   email me and I will help you walk though steps: kn4crd@gmail.com

1) Copy the sysctl.conf file to your desktop

2) Open a Terminal window (Applications -> Utilities -> Terminal.app)

3) Run these commands in the Terminal window to install the sysctl.conf

    sudo cp $HOME/Desktop/sysctl.conf /etc/sysctl.conf
    sudo chown root:wheel /etc/sysctl.conf
    sudo chmod 0664 /etc/sysctl.conf

4) Reboot your system. 

If you run into any problems, feel free to reach out to me and I will help you
walk through the steps: Jordan Sherer <kn4crd@gmail.com>