Skip to content

Commit 58cd5df

Browse files
committedJun 3, 2019
Update
1 parent 59df7c6 commit 58cd5df

File tree

1 file changed

+4
-31
lines changed

1 file changed

+4
-31
lines changed
 

‎README.md

+4-31
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,10 @@
11
# asdf-tmux [![Build Status](https://travis-ci.org/aphecetche/asdf-tmux.svg?branch=master)](https://travis-ci.org/aphecetche/asdf-tmux)
22

3-
CMake plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
3+
[tmux](https://github.com/tmux/tmux) plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
44

5-
## Usage
6-
7-
### Install
8-
9-
The plugin can be install using the following command.
10-
11-
```
12-
asdf plugin-add cmake https://github.com/srivathsanmurali/asdf-cmake.git
13-
asdf install cmake <version>
14-
```
15-
16-
#### cmake-gui
17-
18-
If you have Qt installed on your machine you can get the `cmake-gui` program built by providing the path to the Qt binary directory in the `QTBINDIR` environment variable when invoking `asdf install cmake`.
19-
20-
For instance, on a Mac with Qt installed using `brew` that would be :
5+
## Install
216

227
```
23-
QTBINDIR=/usr/local/opt/qt/bin asdf install cmake <version>
8+
asdf plugin-add tmux https://github.com/aphecetche/asdf-tmux.git
9+
asdf install tmux <version>
2410
```
25-
26-
### .tool-versions file
27-
28-
You can specify the version to install with a line like so in your .tool-versions file:
29-
cmake <version>
30-
31-
### Using the CLI
32-
33-
You can then set the local/global version to your new version with `asdf local cmake <version>` or `asdf global cmake <version>`.
34-
35-
## Use
36-
37-
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions of CMake.

0 commit comments

Comments
 (0)
Please sign in to comment.