Skip to content

Commit

Permalink
update docs for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jan 8, 2025
1 parent 927374d commit 41da141
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/osx/README

This file was deleted.

40 changes: 40 additions & 0 deletions scripts/osx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# OSX

Install (Homebrew)[https://brew.sh].

Run the `install_deps.sh` script to install the build dependencies.
You may want to copy it to a local file and remove things you don't
care about such as postgresql, etc.

Install Xcode from the app store.

Install the xcode command-line tools.

```
xcode-select --install
```

Update the `~/.zshrc`

```
cat scripts/osx/bash_profile >> ~/.zshrc
```

Open a new shell.

```
git clone https://github.com/FreeRADIUS/freeradius-server.git
cd freeradius-server
./configure
make
```


## Running FreeRADIUS in the background all of the time.

You don't need this. It's here for future reference.

```
cp ./org.freeradius.radius.plist /Library/LaunchDaemons
launchctl load -w Library/LaunchDaemons/org.freeradius.radiusd.plist
```

0 comments on commit 41da141

Please sign in to comment.