From bd4e8904736446aa6576290db56ffdb62991defc Mon Sep 17 00:00:00 2001 From: Alexander Kojevnikov Date: Sun, 23 Sep 2012 12:56:33 -0700 Subject: [PATCH] Update docs --- INSTALL.md | 3 ++- README.md | 2 +- dist/README.md | 7 +++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index e045fa2..941565f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,7 +39,8 @@ terminal, adjusting the path to wx-config as necessary: make To build you will need wxWidgets and FFmpeg packages. On Debian/Ubuntu you also -need development packages: libwxgtk2.8-dev, libavcodec-dev and libavformat-dev. +need development packages: libwxgtk2.8-dev, wx-common, libavcodec-dev and +libavformat-dev. To start Spek, run: diff --git a/README.md b/README.md index 21e4e06..febf95c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Spek is available on *BSD, GNU/Linux, Windows and Mac OS X. Find out more about Spek on its website: -## Spek 0.8.0 - Released 2012-09-22 +## Spek 0.8.0 - Released 2012-09-23 ### New Features And Enhancements diff --git a/dist/README.md b/dist/README.md index 3e21790..bff1981 100644 --- a/dist/README.md +++ b/dist/README.md @@ -22,16 +22,15 @@ * Commit everything. * Make sure `make distcheck` doesn't return errors. * Prepare binaries for OSX and WIN, see README files in dist/*. - * Update FreeBSD, Debian and Ubuntu ports, see README files in dist/*. * If anything has been changed, commit and re-make the tarball. - * Write the blog post, link from web/index.html, don't publish yet. * Update web/index.html: bump version numbers, binary sizes and news. + * Write the blog post, link from web/index.html, don't publish yet. * `git tag -a X.Y.Z`. * Upload the tarball + OSX and WIN binaries. - * Update the Ubuntu PPA. - * Request FreeBSD and Debian updates. * Upload the website using `web/upload`. * Publish the blog post. * Send an announcement to the LAA list. * Update the forum thread on what. * Ping ArchLinux and Gentoo maintainers. + * Update FreeBSD, Debian and Ubuntu ports, see README files in dist/*. + * Request FreeBSD and Debian updates.