1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2019-09-16 22:35:18 -04:00
parent b7a7a69d8d
commit 26610ac182
18 changed files with 326 additions and 73 deletions

View File

@@ -28,6 +28,13 @@
For Inkscape, see <a href="http://inkscape.org/download/" rel="nofollow" class="external free">http://inkscape.org/download/</a> and "Mac OS X 10.6, Snow Leopard — Universal .dmg (requires Apple's X11/Xquartz 2.3.4 or higher)"
</li>
</ul>
<p>
To install via homebrew, run the following:
</p>
<pre>
brew install imagemagick
brew cask install inkscape
</pre>
<p>
After ImageMagic and Inkscape are installed, you must click the following link to update XOWA's config: <a href="xowa-cmd:%0Aapp.setup.cmds%0A%2F%2F%20Config%20file%0A.cmd_add('wiki.image_cfg'%2C%20'%7E%7B%3C%3Euser_cfg_dir%3C%3E%7Duser_system_cfg.gfs')%0A%20%20.add('.download.enabled_(''n'')'%2C%20'.download.enabled_(''y'')'%0A).owner%0A.cmd_add('msg.ok'%2C%20'config%20updated').owner%0A.run;%0A">update xowa config<img src="file:///C:/xowa/bin/any/xowa/file/app.general/xowa_exec.png"></a>
</p>