Skip to content
joffemd edited this page May 1, 2012 · 4 revisions

Welcome to the Public Sector Credit Framework. The main source of end user information on PSCF is the download page at http://www.publicsectorcredit.org/pscf.html. For developers, it is easiest to get started with Visual Studio 2010. The code base includes a project that compiles all the C-language projects and then packages all files required by the user into an msi file. This project is called pscf-solution and is located in PSCF\src\pscf-solution. The Windows-oriented environment selection was necessary to quickly create a deliverable that would run on Excel. Ideally, the platform should be widely ported. The template-based C code generator is written in ANSI C and can be compiled with GNU C++.

Clone this wiki locally