summaryrefslogtreecommitdiffstats
path: root/libcommuni/src/3rdparty/uchardet-0.0.1/INSTALL
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2014-10-06 15:03:54 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2014-10-06 15:03:54 +0200
commit529f38bd8878b6b1bea2b5457031ce936aab8d80 (patch)
tree1193caefcad12f6a36f818048e4547e60add4398 /libcommuni/src/3rdparty/uchardet-0.0.1/INSTALL
parent3b58b5536935adff242928ed9f30e1c0262fbd7c (diff)
downloadmanager-529f38bd8878b6b1bea2b5457031ce936aab8d80.tar.gz
manager-529f38bd8878b6b1bea2b5457031ce936aab8d80.zip
addedd communi
Diffstat (limited to 'libcommuni/src/3rdparty/uchardet-0.0.1/INSTALL')
-rw-r--r--libcommuni/src/3rdparty/uchardet-0.0.1/INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcommuni/src/3rdparty/uchardet-0.0.1/INSTALL b/libcommuni/src/3rdparty/uchardet-0.0.1/INSTALL
new file mode 100644
index 0000000..8d0ab8f
--- /dev/null
+++ b/libcommuni/src/3rdparty/uchardet-0.0.1/INSTALL
@@ -0,0 +1,4 @@
+Execute release.sh or manually make a directory and check in, and execute
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release && make
+Then install
+ sudo make install