Skip to content

Commit

Permalink
Update README.md and PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Dec 26, 2020
1 parent e1aae61 commit 2c552e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Expand Up @@ -8,7 +8,7 @@ url="https://www.darkradiant.net/"
license=("GPL")
depends=(wxgtk ftgl glew freealut libvorbis python libsigc++)
makedepends=(cmake git)
source=("$pkgname::git+https://github.com/codereader/DarkRadiant.git#branch=2.10.0")
source=("$pkgname::git+https://github.com/codereader/DarkRadiant.git#tag=2.10.0")
md5sums=("SKIP")

build() {
Expand Down
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -24,7 +24,7 @@ When installing Studio please make sure to enable the "Desktop Development with

Since DarkRadiant uses a couple of open-source libraries that are not available on Windows by default, you will also need to download and install the dependencies. A 7-Zip package containing the necessary files is available at the URL below ([Get 7-zip here](http://www.7-zip.org/)):

https://github.com/codereader/DarkRadiant/releases/download/2.9.0/windeps.7z
https://github.com/codereader/DarkRadiant/releases/download/2.10.0/windeps.7z

The dependencies packages need to be extracted into the main DarkRadiant
source directory, i.e. alongside the `include/` and `radiant/` directories.
Expand All @@ -47,7 +47,7 @@ placed into the `install/` folder.
To compile DarkRadiant, a number of libraries (with development headers) and a standards-compliant C++17 compiler are required. On an Ubuntu system, the requirements may include any or all of the following packages:

* zlib1g-dev
* libjpeg62-dev
* libjpeg-dev
* libwxgtk3.0-dev
* libxml2-dev
* libsigc++-2.0-dev
Expand All @@ -56,7 +56,6 @@ To compile DarkRadiant, a number of libraries (with development headers) and a s
* libglew-dev
* libalut-dev
* libvorbis-dev
* pybind11-dev
* libgtest-dev

This does not include core development tools such as g++ or the git client
Expand Down

0 comments on commit 2c552e7

Please sign in to comment.