Skip to content

Commit

Permalink
add FreeBSD instructions
Browse files Browse the repository at this point in the history
add info about installing package or port
add ca_root_nss package to prevent certificate issues on FreeBSD
  • Loading branch information
nkfilis authored and janbar committed May 30, 2024
1 parent a5fd133 commit fb2c72d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,23 @@ dbus-devel
$ export PATH=$(pwd)/cmake-3.14.7-Linux-x86_64/bin:$PATH
```

###### For FreeBSD 12.0
###### For FreeBSD

there is a port/package for FreeBSD available.
To install the package:

```bash
$ pkg install noson-app
```
To use the port
```bash
$ cd /usr/ports/audio/noson-app && make install clean
```

To build from source

```bash
$ pkg install cmake git bash dbus flac pulseaudio \
$ pkg install cmake git bash dbus flac pulseaudio ca_root_nss \
qt5-buildtools qt5-core qt5-dbus qt5-declarative qt5-graphicaleffects \
qt5-gui qt5-network qt5-qmake qt5-quickcontrols2 qt5-svg qt5-widgets \
qt5-xml qt5-xmlpatterns
Expand Down

0 comments on commit fb2c72d

Please sign in to comment.