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 ## ## About ##
Provides C++ bindings and class structure to the [libclang](http://www.llvm.org) C library. 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 ## ## Dependencies ##
* libclang * libclang
## Installation ## ## 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 # # Tests #
To run the unit 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 ```sh
git clone https://github.com/cppit/libclangmm.git git clone https://gitlab.com/cppit/libclangmm.git
cd libclangmm cd libclangmm
cmake . cmake .
make make
@ -19,7 +19,7 @@ brew install cmake --with-clang llvm
``` ```
```sh ```sh
git clone https://github.com/cppit/libclangmm.git git clone https://gitlab.com/cppit/libclangmm.git
cd libclangmm cd libclangmm
cmake . cmake .
make 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): Compile and install (replace `mingw64` with `mingw32` for 32-bit MSYS2 installs):
```sh ```sh
git clone https://github.com/cppit/libclangmm.git git clone https://gitlab.com/cppit/libclangmm.git
cd libclangmm cd libclangmm
cmake -G"MSYS Makefiles" -DCMAKE_INSTALL_PREFIX=/mingw64 . cmake -G"MSYS Makefiles" -DCMAKE_INSTALL_PREFIX=/mingw64 .
make make
@ -51,7 +51,7 @@ git cmake make gcc-g++ libclang-devel
``` ```
Then run the following in the Cygwin Terminal: Then run the following in the Cygwin Terminal:
```sh ```sh
git clone https://github.com/cppit/libclangmm.git git clone https://gitlab.com/cppit/libclangmm.git
cd libclangmm cd libclangmm
cmake . cmake .
make make

Loading…
Cancel
Save