Skip to content

Commit

Permalink
Update some markdown files to include information about this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
withmorten committed Dec 8, 2017
1 parent 990dab9 commit 0ba32da
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 23 deletions.
17 changes: 4 additions & 13 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ Spek requires OS X 10.5+ and an Intel-based Mac.
* Gentoo: [media-sound/spek](https://packages.gentoo.org/packages/media-sound/spek)
* Ubuntu: [spek](http://packages.ubuntu.com/search?keywords=spek)

### Building from the tarball

To build Spek, download the source code tarball then run these commands from
terminal:
### Building from the git repository

tar -xvf spek-0.8.2.tar.xz
cd spek-0.8.2
./configure
git clone git://github.com/withmorten/spek-alternative.git
cd spek
./autogen.sh
make

To build you will need wxWidgets and FFmpeg packages. On Debian/Ubuntu you also
Expand All @@ -50,9 +47,3 @@ Or install it with:

sudo make install

### Building from the git repository

git clone git://github.com/alexkay/spek.git
cd spek
./autogen.sh
make
2 changes: 1 addition & 1 deletion MANUAL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% SPEK(1) User's Guide | Version 0.8.2.3
%
% 2013-04-18
% 2017-12-08

# NAME

Expand Down
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ Spek is available on *BSD, GNU/Linux, Windows and Mac OS X.

Find out more about Spek on its website: <http://spek.cc/>

## Spek 0.8.2 - Released 2013-02-24
## Spek 0.8.2.3 - Released 2017-12-08

### New Features And Enhancements

Spek 0.8.2 is part of beta 0.x releases, leading up to a stable 1.0 release
(hopefully) later this year. The roadmap is available on
[GitHub](https://github.com/alexkay/spek/milestones).
Spek 0.8.2.3 is a fork of the original Spek.

New features since 0.7:

Expand Down Expand Up @@ -52,17 +50,17 @@ Bugfixes:

Spek 0.8.2 tarball:

* <https://github.com/alexkay/spek/releases/download/v0.8.2/spek-0.8.2.tar.xz>
* <https://github.com/withmorten/spek-alternative/archive/0.8.2.3.tar.gz>

Windows and Mac OS X binaries:

* <https://github.com/alexkay/spek/releases/download/v0.8.2/spek-0.8.2.msi>
* <https://github.com/alexkay/spek/releases/download/v0.8.2/spek-0.8.2.zip>
* <https://github.com/alexkay/spek/releases/download/v0.8.2/spek-0.8.2.dmg>
* <https://github.com/withmorten/spek-alternative/releases/download/0.8.2.3/spek-alternative-0.8.2.3.msi>
* <https://github.com/withmorten/spek-alternative/releases/download/0.8.2.3/spek-alternative-0.8.2.3.zip>
* <https://github.com/withmorten/spek-alternative/releases/download/0.8.2.3/spek-alternative-0.8.2.3.dmg>

Unix packages:

* <https://github.com/alexkay/spek/blob/master/INSTALL.md#bsd-and-gnulinux>
* <https://github.com/withmorten/spek-alternative/blob/master/INSTALL.md#bsd-and-gnulinux>

### Dependencies

Expand Down

0 comments on commit 0ba32da

Please sign in to comment.