Skip to content

Commit 745b4e4

Browse files
committed
Merge pull request #45 from isuruf/isuruf-patch-1
[skip ci] Update README.md
2 parents 98fb192 + a7abc8e commit 745b4e4

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
## SymEngine Ruby Wrappers
22

3-
Ruby wrappers gem for SymEngine, a fast symbolic manipulation library, written in C++. https://github.com/sympy/symengine
3+
[![Build Status](https://travis-ci.org/symengine/symengine.rb.png?branch=master)](https://travis-ci.org/symengine/symengine.rb)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/github/symengine/symengine.rb?branch=master&svg=true)](https://ci.appveyor.com/project/certik/symengine-rb/branch/master)
5+
6+
Ruby wrappers gem for SymEngine, a fast symbolic manipulation library, written in C++. https://github.com/symengine/symengine
47

58
### Installation
69

710
#### Prerequisites
811

9-
- C++ compiler - See supported [compilers](https://github.com/sympy/symengine/wiki/Compiler-Support)
12+
- C++ compiler - See supported [compilers](https://github.com/symengine/symengine/wiki/Compiler-Support)
1013

1114
- CMake - with executable folder in the `PATH` variable
1215

13-
- libsymengine - See build [instructions](https://github.com/sympy/symengine/wiki/Building-SymEngine)
16+
- libsymengine - See build [instructions](https://github.com/symengine/symengine/wiki/Building-SymEngine)
1417

1518
#### Installing
1619

@@ -28,6 +31,14 @@ Ruby wrappers gem for SymEngine, a fast symbolic manipulation library, written i
2831
* Build the gem, `gem build symengine.gemspec`
2932
* Install the gem, `gem install symengine-0.1.0.gem`
3033

34+
### Mailinglist, Chat
35+
SciRuby mailinglist: http://groups.google.com/group/sciruby-dev
36+
37+
SymEngine mailinglist: http://groups.google.com/group/symengine
38+
39+
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/symengine/symengine)
40+
41+
3142
### Using the extensions
3243
SymEngine is a module in the extensions, and the classes are a part of it. To check if
3344
you can use them, fire up the interpreter and load the file

0 commit comments

Comments
 (0)