Skip to content

Commit

Permalink
how-to-install update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben authored and Ruben committed Apr 13, 2013
1 parent a1bced0 commit bb79f9a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compiler: gcc
before_install:
- uname -a
- sudo apt-get update -qq
- sudo apt-get install -qq cmake sqlite3 qt4-dev-tools cscope exuberant-ctags
- sudo apt-get install -qq cmake sqlite3 libsqlite3-dev qt4-dev-tools cscope exuberant-ctags

before_script:
- mkdir build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ Contributions are welcomed to update or provide new translations.

## How to install it?

On Windows, EXE setup packages will be provided here: [CodeQuery@sourceforge downloads](https://sourceforge.net/projects/codequery/files/). The EXE setup package shall also contain cscope.exe, ctags.exe and the required DLLs. So, everything you need is in one package. However, [pycscope](https://github.com/portante/pycscope) (only for Python) is not bundled together with this setup package and needs to be installed separately.
On Windows, EXE setup packages will be provided here: [CodeQuery@sourceforge downloads](https://sourceforge.net/projects/codequery/files/). The EXE setup package shall also contain cscope.exe, ctags.exe and the required DLLs. So, everything you need is in one package. However, [pycscope](https://github.com/portante/pycscope) (optional - only for Python) is not bundled together with this setup package and needs to be installed separately.

On Linux, tar.gz and Debian package installations will be provided here: [CodeQuery@sourceforge downloads](https://sourceforge.net/projects/codequery/files/).

To build on Linux, please read the [INSTALL-LINUX](doc/INSTALL-LINUX.md) file.

Version 15.8a of cscope or higher, works best with CodeQuery.
Version 15.8a of [cscope](http://cscope.sourceforge.net/) or higher, works best with CodeQuery.


## How do I use it?
Expand Down
13 changes: 9 additions & 4 deletions doc/INSTALL-LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@ This INSTALL guide applies to Linux only
[sqlite3](http://www.sqlite.org/)
[Qt4](http://qt-project.org/)
[cscope](http://cscope.sourceforge.net/)
[ctags](http://ctags.sourceforge.net/)

[ctags](http://ctags.sourceforge.net/)
[pycscope](https://github.com/portante/pycscope)
```bash
sudo apt-get install git cmake sqlite3 libsqlite3-dev qt4-dev-tools cscope exuberant-ctags
```

2. Download the repository as a ZIP file from github:
2. Download the repository as a ZIP file from github or clone git repository:
[codequery@github](https://github.com/ruben2020/codequery)

```bash
git clone https://github.com/ruben2020/codequery.git
```

3. Unzip to a directory and change to that directory.
```bash
Expand Down

0 comments on commit bb79f9a

Please sign in to comment.