This fixes a memory leak in the allocation of doubles, but causes 4 tests to fail
[Math-GSL.git] / HACKING
blob826ee69ede38757dd357c25f30884eba2c2df58a
1 How to hack on Math::GSL
2 ------------------------
3 Send jonathan@leto.net an email to know that you are interested.
5 Get git >= 1.5 and SWIG >= 1.3.35 
7 To get the latest source:
9 git clone http://leto.net/code/Math-GSL.git
11 You can browse the mirror at
13 http://repo.or.cz/w/Math-GSL.git
15 Use 
16     git checkout master
17     git checkout bleed
19 to switch between different branches.
21 Use 
22     git checkout -b newbranch
24 to create a branch.