Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.27 KB

README.md

File metadata and controls

13 lines (11 loc) · 1.27 KB

funposting-cli

A C++ implementation of esmbot's commands on the cli

How do I use this program?

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.

to use the tool, run caption input "text" output. File extentions are required.

Install

  1. Download the binary or compile the code. If you wish to compile, make sure you have libgraphicsmagick++1-dev installed amd make sure you run c++ `Magick++-config --cxxflags --cppflags` -O2 -o caption caption.cpp `Magick++-config --ldflags --libs` for it not to error.
  2. Make sure you have ImageMagick installed on your computer. Make sure your version has pangocairo as a delegate (running identify --version will tell you), if it doesn't you will have to compile ImageMagick from source.
  3. 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 $PATH