mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update version in README, add Boost::program_options to dependencies.
This commit is contained in:
parent
0ca468e0a1
commit
3d93c7edf9
8
README
8
README
@ -1,7 +1,7 @@
|
||||
############################################################
|
||||
GnuCash 3.x README file.
|
||||
GnuCash README file.
|
||||
|
||||
The current stable series is GnuCash 3.x.
|
||||
The current stable series is GnuCash 4.x.
|
||||
------------------------------------------------------------
|
||||
|
||||
##################
|
||||
@ -37,9 +37,7 @@ https://www.gnucash.org/download
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
The following packages are required to be installed to run GnuCash:
|
||||
|
||||
[see README.dependencies]
|
||||
Please see README.dependencies for current build dependencies.
|
||||
|
||||
The optional online stock and currency price retrieval feature requires Perl.
|
||||
This is generally already installed on Gnu/Linux and *BSD, and MacOS.
|
||||
|
@ -67,7 +67,8 @@ Libraries/Deps
|
||||
ICU International Components for
|
||||
Unicode
|
||||
boost 1.67.0 All headers plus date_time,
|
||||
filesystem, locale, and
|
||||
filesystem, locale,
|
||||
program_options, and
|
||||
regex libraries.
|
||||
locale and regex libs must be
|
||||
built with ICU support.
|
||||
|
Loading…
Reference in New Issue
Block a user