public
Description: Perl interface to the GNU Scientific Library
Homepage: http://leto.net/code/Math-GSL
Clone URL: git://github.com/leto/math--gsl.git
Click here to lend your support to: math--gsl and make a donation at www.pledgie.com !
math--gsl / HACKING
100644 25 lines (15 sloc) 0.437 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
How to hack on Math::GSL
------------------------
Send jonathan@leto.net an email to know that you are interested.
 
Get git >= 1.5 and SWIG >= 1.3.35
 
To get the latest source:
 
git clone http://leto.net/code/Math-GSL.git
 
You can browse the mirror at
 
http://repo.or.cz/w/Math-GSL.git
 
Use
    git checkout master
    git checkout bleed
 
to switch between different branches.
 
Use
    git checkout -b newbranch
 
to create a branch.