Browse Source

Moved to GitLab

merge-requests/37/head
eidheim 8 years ago
parent
commit
a3a85155fd
  1. 4
      README.md
  2. 8
      docs/install.md

4
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:

8
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

Loading…
Cancel
Save