From a3a85155fd7f1771a4873c15fe0a57f30340dfbb Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 11 Jun 2018 20:17:05 +0200 Subject: [PATCH] Moved to GitLab --- README.md | 4 ++-- docs/install.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0b621a3..2553548 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ ## About ## Provides C++ bindings and class structure to the [libclang](http://www.llvm.org) C library. -Developed for [juCi++](https://github.com/cppit/jucipp), a lightweight, platform-independent C++ IDE. +Developed for [juCi++](https://gitlab.com/cppit/jucipp), a lightweight, platform-independent C++ IDE. ## Dependencies ## * libclang ## Installation ## -See [installation guide](https://github.com/cppit/libclangmm/blob/master/docs/install.md) +See [installation guide](https://gitlab.com/cppit/libclangmm/blob/master/docs/install.md) # Tests # To run the unit tests: diff --git a/docs/install.md b/docs/install.md index 3a22af4..c4ade2f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,7 +6,7 @@ sudo apt-get install git cmake make g++ libclang-dev ``` ```sh -git clone https://github.com/cppit/libclangmm.git +git clone https://gitlab.com/cppit/libclangmm.git cd libclangmm cmake . make @@ -19,7 +19,7 @@ brew install cmake --with-clang llvm ``` ```sh -git clone https://github.com/cppit/libclangmm.git +git clone https://gitlab.com/cppit/libclangmm.git cd libclangmm cmake . make @@ -34,7 +34,7 @@ pacman -S git mingw-w64-x86_64-cmake make mingw-w64-x86_64-toolchain mingw-w64-x Compile and install (replace `mingw64` with `mingw32` for 32-bit MSYS2 installs): ```sh -git clone https://github.com/cppit/libclangmm.git +git clone https://gitlab.com/cppit/libclangmm.git cd libclangmm cmake -G"MSYS Makefiles" -DCMAKE_INSTALL_PREFIX=/mingw64 . make @@ -51,7 +51,7 @@ git cmake make gcc-g++ libclang-devel ``` Then run the following in the Cygwin Terminal: ```sh -git clone https://github.com/cppit/libclangmm.git +git clone https://gitlab.com/cppit/libclangmm.git cd libclangmm cmake . make