Skip to content

Commit 75b830a

Browse files
committed
README updated with install instructions and a better description
1 parent 7c86a6d commit 75b830a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# funposting-cli
22
<p>A C++ implementation of <a href=https://github.com/esmBot/esmBot>esmbot's commands</a> on the cli</p>
3+
<h2>How do I use this program?</h2>
4+
<p>There are releases on the side that have the compiled binaries for each program. This program (As of currently) only has the caption command ported, but more are on the horizion.</p>
5+
<p>to use the tool, run <code>caption input "text" output</code>. File extentions are required.</p>
6+
7+
<h3>Install</h3>
8+
<ol>
9+
<li>Download the binary or compile the code. If you wish to compile, make sure you have <code>libgraphicsmagick++1-dev</code> installed amd make sure you run <code>c++ `Magick++-config --cxxflags --cppflags` -O2 -o caption caption.cpp `Magick++-config --ldflags --libs`</code> for it not to error.</li>
10+
<li>Make sure you have <a href=https://imagemagick.org/script/download.php>ImageMagick</a> installed on your computer. Make sure your version has <code>pangocairo</code> as a delegate (running <code>identify --version</code> will tell you), if it doesn't you will have to <a href=https://imagemagick.org/script/install-source.php>compile ImageMagick from source</a>.</li>
11+
<li>Once this is complete, you will be free to use the program how you wish. To run it anywhere, put it in a folder in your <code>$PATH</code></li>
12+
</ol>
13+

0 commit comments

Comments
 (0)