Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #98 from jeunito/master
Browse files Browse the repository at this point in the history
installation troubleshooting notes on documentation
  • Loading branch information
emre committed Mar 6, 2015
2 parents 3ec5797 + 113f9cf commit de34cbc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ storm is a command line tool to manage your ssh connections.
- scriptable as a python library.
- user interfaces besides cli. (web ui, wxpython, unity(ubuntu) indicator.)

####dependencies
On Debian systems, install header files and a static library for Python (python3.4-dev or python2.7-dev)

####installation

```bash
Expand All @@ -30,6 +33,16 @@ or if you like homebrew:
$ brew install stormssh
```

####troubleshooting installation

```
clang: error: unknown argument: '-mno-fused-madd'
error: command 'cc' failed with exit status 1
```

See [#73](https://github.com/emre/storm/issues/73). If the issue persists, see also [#76](https://github.com/emre/storm/issues/96) .

####usage & documentation

<a href='http://stormssh.readthedocs.org/en/master/'>http://stormssh.readthedocs.org/en/master/</a>
Expand Down

0 comments on commit de34cbc

Please sign in to comment.