diff --git a/README.md b/README.md index 4448710..09afe60 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ ktech atlas-0.tex some_folder ``` To convert some/path/to/a.png to mymod/modicon.tex: ``` -$ ktech some/path/to/a.ong mymod/modicon.tex +$ ktech some/path/to/a.png mymod/modicon.tex ``` ### Full usage @@ -172,7 +172,7 @@ First, install [CMake](http://www.cmake.org), [ImageMagick](http://www.imagemagi The library libzip is an optional dependency. If it is present and found at compilation time, zip archives are treated in the same manner as directories when given as input. -### Linux anc Mac +### Linux and Mac Enter ktools' directory with a terminal and type ``` $ ./configure && make @@ -185,7 +185,7 @@ $ sudo make install ### Windows *Note for MinGW users*: ImageMagick 6.8.9 was reported to not compile under MinGW. Version 6.8.8-10 was confirmed to work. You may also need to install (and likely compile) libpng and zlib. -Open CMake, select the ktools directory as the source folder ("Where is the source code") and whichever directory you'd like as the build folder ("Where to build the binaries"). Click "Configure" and select a generator (typically either a version of Visual Studio of "MinGW Makefiles"). Leave "Use default native compilers" checked and click "Finish". If you with to customize some compilation option (which shouldn't be necessary) do so now, in the options presented in red after the configure step finishes. If any option was changed, click "Configure" again. Finally, click "Generate", which should place the project files in the build directory you selected. +Open CMake, select the ktools directory as the source folder ("Where is the source code") and whichever directory you'd like as the build folder ("Where to build the binaries"). Click "Configure" and select a generator (typically either a version of Visual Studio or "MinGW Makefiles"). Leave "Use default native compilers" checked and click "Finish". If you wish to customize some compilation option (which shouldn't be necessary) do so now, in the options presented in red after the configure step finishes. If any option was changed, click "Configure" again. Finally, click "Generate", which should place the project files in the build directory you selected. For MinGW, proceed as in the Linux/Mac case (i.e., simply run `make` in the build directory).