Difference between revisions of "User talk:Hcrohland"
From GnuCash
(Suggestions) |
|||
Line 6: | Line 6: | ||
Added some more details that it's a file and where to find it. | Added some more details that it's a file and where to find it. | ||
+ | :Then you should eventually add a link [https://github.com/Gnucash/gnucash-on-osx/blob/master/modulesets/gnucash.modules gnucash.modules]. But if there are only a few lines, we should keep them like <syntaxhighlight language="sh">for i in `ls $PREFIX/lib/libboost*`; do install_name_tool -id $i $i; done </syntaxhighlight> in the wiki as they are not so easy to find.--[[User:Fell|Fell]] ([[User talk:Fell|talk]]) 19:06, 11 March 2017 (UTC) |
Revision as of 19:06, 11 March 2017
Welcome to the wiki!
About your change https://wiki.gnucash.org/wiki/index.php?title=MacOSX/Quartz&diff=next&oldid=12468 I don't understand the meaning of "follow the instructions given in gnucash.modules ...". Is that a file, a wiki page, ...?
Regards --Fell (talk) 08:41, 11 March 2017 (UTC)
Added some more details that it's a file and where to find it.
- Then you should eventually add a link gnucash.modules. But if there are only a few lines, we should keep them like in the wiki as they are not so easy to find.--Fell (talk) 19:06, 11 March 2017 (UTC)
for i in `ls $PREFIX/lib/libboost*`; do install_name_tool -id $i $i; done