mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-07-02 Dave Peticolas <dave@krondo.com>
* src/scm/bootstrap.scm.in: instead of the scheme command, just tell the user to run gnucash once as root. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4848 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a6dfad504c
commit
a42e36e0c9
@ -1,3 +1,8 @@
|
||||
2001-07-02 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/scm/bootstrap.scm.in: instead of the scheme command,
|
||||
just tell the user to run gnucash once as root.
|
||||
|
||||
2001-07-01 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/gnc-ui-util.[ch]: implement towupper and iswlower
|
||||
|
@ -29,10 +29,7 @@
|
||||
(display "a symbolic link named 'slib' from the guile directory\n")
|
||||
(display "(usually /usr/share/guile) to the directory where slib\n")
|
||||
(display "is installed.\n\n")
|
||||
(display "You may also need to run the following command as root:")
|
||||
(newline)
|
||||
(newline)
|
||||
(display " guile -c \"(use-modules (ice-9 slib)) (require 'new-catalog)\"")
|
||||
(display "You may also need to run GnuCash once as root.")
|
||||
(newline)
|
||||
(newline))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user