diff options
author | Andy Clayton <q3aiml@gmail.com> | 2020-04-28 20:02:52 -0500 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-04-29 09:29:37 +0800 |
commit | 1516ccdb456fdfdb51e528e83237d2a3fdbc8dc3 (patch) | |
tree | 3f33c7a4145b033e5ebff3b2df7237c8782794fc /README.md | |
parent | 7496650cc63a9f0c813ba9387b4addb44b16d4da (diff) | |
download | fork-ledger-1516ccdb456fdfdb51e528e83237d2a3fdbc8dc3.tar.gz fork-ledger-1516ccdb456fdfdb51e528e83237d2a3fdbc8dc3.tar.bz2 fork-ledger-1516ccdb456fdfdb51e528e83237d2a3fdbc8dc3.zip |
remove +universal for macports instructions
Missed the readme in a413a072. +universal does not seem to work on recent mac
versions.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -91,9 +91,9 @@ If you build stuff using MacPorts on macOS, as I do, here is what you would run: $ sudo port install -f cmake python26 \ - libiconv +universal zlib +universal gmp +universal \ - mpfr +universal ncurses +universal ncursesw +universal \ - gettext +universal libedit +universal boost-jam \ + libiconv zlib gmp \ + mpfr ncurses ncursesw \ + gettext libedit boost-jam \ boost +st+python26+icu texlive doxygen graphviz \ texinfo lcov sloccount |