summarylogtreecommitdiffstats
path: root/BUILDING
diff options
context:
space:
mode:
authorBaptiste Augrain2021-07-27 14:49:53 +0200
committerBaptiste Augrain2021-07-27 14:49:53 +0200
commit6bd491cc50edd594363e44a1dce68b80006b7c39 (patch)
treeaf5b6e97ec0488293621e60151c62f5a1a59ee2e /BUILDING
downloadaur-6bd491cc50edd594363e44a1dce68b80006b7c39.tar.gz
Add mrcode-bin as 1.58.2
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING16
1 files changed, 16 insertions, 0 deletions
diff --git a/BUILDING b/BUILDING
new file mode 100644
index 000000000000..ee6f0f2cead2
--- /dev/null
+++ b/BUILDING
@@ -0,0 +1,16 @@
+To build the package, execute the following commands:
+
+$ https://aur.archlinux.org/mrcode-bin.git
+$ cd mrcode-bin
+$ makepkg
+
+Wait for the build to complete, then install the package:
+
+$ pacman -U mrcode-bin-${version}-${arch}.pkg.tar.zst
+
+If the package installed correctly, and MrCode runs correctly, update the AUR with the new code:
+
+$ makepkg --printsrcinfo > .SRCINFO
+$ git add PKGBUILD .SRCINFO
+$ git commit -am "Update mrcode-bin to ${version}."
+$ git push