From f4b793574d9a55ff21e759ac10328942986d743c Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Tue, 2 Oct 2018 23:08:31 +0100 Subject: [PATCH 1/2] Added build instructions to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3e46115..333331e 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,15 @@ files) is placed. When you export the book as MP3 a new folder "export" is created within the book's folder where the MP3 files are placed. MP3 files are all tagged with the book title, chapter title, chapter number and comment. + + +Building +======== + +1. Check out this repo +2. Install `ant` and `default-jdk` +3. Install [git LFS support](https://help.github.com/articles/installing-git-large-file-storage/) +4. Pull the large files with `git lfs pull` +5. Build with `ant build` +6. Run with `java -jar ./AudiobookRecorder.jar` + From 100adec3970632a76489a54c1b79fd6811e98962 Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Tue, 2 Oct 2018 23:18:12 +0100 Subject: [PATCH 2/2] Added desktop file --- dist/linux/audiobookrecorder.desktop | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dist/linux/audiobookrecorder.desktop diff --git a/dist/linux/audiobookrecorder.desktop b/dist/linux/audiobookrecorder.desktop new file mode 100644 index 0000000..6e4c2fa --- /dev/null +++ b/dist/linux/audiobookrecorder.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=AudiobookRecorder +GenericName=Audiobook Recorder +X-GNOME-FullName=AudiobookRecorder +Comment=Record audiobooks with ease +Keywords=audio +Exec=AudiobookRecorder +Terminal=false +Type=Application +StartupNotify=true +Icon=AudiobookRecorder +Categories=AudioVideo;Audio;Recorder; +X-AppStream-Ignore=true