Difference between revisions of "User talk:Hcrohland"

From GnuCash
Jump to: navigation, search
(Suggestions)
Line 5: Line 5:
 
Regards --[[User:Fell|Fell]] ([[User talk:Fell|talk]]) 08:41, 11 March 2017 (UTC)
 
Regards --[[User:Fell|Fell]] ([[User talk:Fell|talk]]) 08:41, 11 March 2017 (UTC)
  
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. -- [[User:Hcrohland|Hcrohland]]
: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)
+
 
 +
::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)
 +
 
 +
:::Ok. I added the current commands and made a recommendation to look up the commands in gnucash module . I do not like the redundancy but I realized that the comment is well hidden and actually not complete. --[[User:Hcrohland|Hcrohland]] ([[User talk:Hcrohland|talk]]) 07:58, 13 March 2017 (UTC)

Revision as of 07:58, 13 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. -- Hcrohland
Then you should eventually add a link gnucash.modules. But if there are only a few lines, we should keep them like
for i in `ls $PREFIX/lib/libboost*`; do install_name_tool -id $i $i; done
in the wiki as they are not so easy to find.--Fell (talk) 19:06, 11 March 2017 (UTC)
Ok. I added the current commands and made a recommendation to look up the commands in gnucash module . I do not like the redundancy but I realized that the comment is well hidden and actually not complete. --Hcrohland (talk) 07:58, 13 March 2017 (UTC)