From f3fef73c38d52a31ec8a99c1233a3a00a38dcbf6 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 28 Feb 2016 13:22:33 -0500 Subject: Update README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 1220bdf..abbe1ea 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ # AutoArt A computer program that generates art + +AutoArt uses [stb_image](https://github.com/nothings/stb) to create images. + +For an online version of AutoArt go to http://autoart.neocities.org + +For a faster version of AutoArt that runs on your GPU, try [AutoArtGPU](http://github.com/pommicket/AutoArtGPU). Note that this has many more dependencies than AutoArt, so it will be harder to install. + +**AutoVideos (not AutoImages) requires avconv** + +**Mac OSX is not supported. If you want to run AutoArt on a Mac, either compile the source code yourself, go to the [online version](http://autoart.neocities.org), or try [AutoArtGPU](http://github.com/pommicket/AutoArtGPU).** + +**Running on Windows:** +AutoImages: +An exe can be found in AutoImages/bin/Windows + +AutoVideos: +An exe can be found in AutoVideos/bin/Windows +**Avconv installation for Windows:** +You can find avconv [here](http://builds.libav.org/windows/release-gpl/). Just extract it to a folder and add that folder to your path (Advanced system settings -> Environment variables). + +**Running on GNU/Linux** +AutoImages: +An executable can be found in AutoImages/bin/GNULinux + +AutoVideos: +An executable can be found in AutoVideos/bin/GNULinux +**Avconv installation for GNU/Linux:** +On Debian/Ubuntu just run the following command: +``` +sudo apt-get install libav-tools +``` -- cgit v1.2.3