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
3243SymEngine is a module in the extensions, and the classes are a part of it. To check if
3344you can use them, fire up the interpreter and load the file
0 commit comments