From 13ebb8b596866531a860f7bff9fca2a24fe590ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81?= Date: Tue, 1 Aug 2017 14:30:10 +0800 Subject: [PATCH] README: Include third party packaging section into "Installation" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 28e2c05..a878381 100644 --- a/README.md +++ b/README.md @@ -26,19 +26,25 @@ This project is a fork of [Congelli501's WinUSB software](http://en.congelli.eu/ ## Installation Following is the instructions to install WoeUSB if your Linux distro's packaged version is not available or too old. -### Acquire WoeUSB's source code +### Third-party Distribution Packages +Note that we are not responsible for these packages + +* [Arch Linux](https://aur.archlinux.org/packages/woeusb-git/) + +### Build from source +#### Acquire WoeUSB's source code Clone WoeUSB's Git repository to local machine using `git clone https://github.com/slacka/WoeUSB.git` NOTE: We no longer support building from source archive provided in the GitHub Releases page as the software version is not set. -### Setting application version string +#### Setting application version string This step is required for generating proper version name from Git tags, it should be redone if the version is changed ```shell $ ./setup-development-environment.bash ``` -### Install WoeUSB's build dependencies +#### Install WoeUSB's build dependencies ```shell # For Ubuntu (NOTE: For your convenience this package is already provided in the release page) $ sudo apt-get install devscripts equivs gdebi-core @@ -49,7 +55,7 @@ $ sudo gdebi woeusb-build-deps__all.deb # For Fedora $ sudo dnf install wxGTK3-devel ``` -### Build & install WoeUSB +#### Build & install WoeUSB ```shell # For Ubuntu $ dpkg-buildpackage -uc -b # NOTE: Currently due to bug in the build system this command will fail if source's path contains space or single quotes, refer issue #84 for details @@ -62,10 +68,5 @@ $ make $ sudo make install ``` -## Third-party Distribution Packages -Note that we are not responsible for these packages - -[Arch Linux](https://aur.archlinux.org/packages/woeusb-git/) - ## License WoeUSB is distributed under the [GPL license](https://github.com/slacka/WoeUSB/blob/master/COPYING).