Package Details: nxengine-evo 2.6.5.1-3

Git Clone URL: https://aur.archlinux.org/nxengine-evo.git (read-only, click to copy)
Package Base: nxengine-evo
Description: A somewhat upgraded/refactored version of nxengine
Upstream URL: https://github.com/isage/nxengine-evo
Keywords: cavestory game nxengine
Licenses: GPL3
Submitter: ibrokemypie
Maintainer: ibrokemypie
Last Packager: ibrokemypie
Votes: 6
Popularity: 0.000000
First Submitted: 2017-07-16 09:12 (UTC)
Last Updated: 2021-11-22 03:22 (UTC)

Latest Comments

« First ‹ Previous 1 2

ibrokemypie commented on 2021-08-24 02:52 (UTC)

Thanks, all done!

xordspar0 commented on 2021-08-23 18:26 (UTC)

By default, the cmake build installs to /usr/local. To install to /usr you need to give cmake an additional flag:

diff --git a/PKGBUILD b/PKGBUILD
index 73221af..73a133e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ build() {
    cd "${pkgname}-${_ver}"
    mkdir build
    cd build
-    cmake -DCMAKE_BUILD_TYPE=None -Wno-dev ..
+    cmake -DCMAKE_BUILD_TYPE=None -Wno-dev -DCMAKE_INSTALL_PREFIX=/usr ..
     make

    cd ../