File: README.osx

package info (click to toggle)
fwbuilder 5.3.7-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,112 kB
  • sloc: cpp: 193,089; sh: 71,239; ansic: 4,343; xml: 3,963; python: 83; makefile: 76; perl: 49
file content (20 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Requirements:
 * XCode + Command Line Tools
 * Qt5
 * - Qt4 is deprecated
 * autoconf, automake, libtool, net-snmp

Easy install with Homebrew:
 $ brew install autoconf automake libtool net-snmp qt5
 * Beware of buggy macdeployqt in Qt5 > 5.5

Fix permissions
 $ sudo chmod -R u+w /usr/local/Cellar/net-snmp

Add qt to PATH, e.g.
 $ export PATH=/usr/local/Cellar/qt55/5.5.1/bin:$PATH

Clone repository and
 $ cd fwbuilder && chmod +x build_mac.sh && ./build_mac.sh

 $ open fwbuilder.app/