Changes between Version 12 and Version 14 of Ticket #17605
- Timestamp:
- 01/09/15 11:10:40 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17605 – Description
v12 v14 1 A short thing, that I have been asked several times. 1 This branch adds to Sage's thematic tutorial an explanation of how to interface a C code (or a compiled library) with Sage. It does not replace the developer's manual section entitled "Packing third-party code" as it is only a way to make it work "on your own compputer", without the complications that are only cause by Sage's infrastructure. 2 3 I have been asked the same instructions several times, and with this we will have a link to provide instead of the same explanation and the example files. 2 4 3 5 Nathann