Skip to content

jeremychase/quantlib-dev-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuantLib VSCode Dev Container

This project contains the tools to build and test QuantLib.

Prerequisites

Ensure you are using VSCode Dev Containers. Open this project in VSCode and select 'Reopen in Container' to start working in the development environment.

Building

To build the project, run the following command:

make

This will fetch the QuantLib library, configure it, and build it.

Installing

To install the built QuantLib library, run:

make install

Running Tests

To run the tests, use the following command:

make test

Cleaning Up

To clean up the build artifacts, run:

make clean

Uninstalling

To uninstall the QuantLib library, run:

make uninstall

Full Cleanup

To perform a full cleanup, including uninstalling and deleting the QuantLib directory, run:

make distclean

About

QuantLib VSCode Dev Container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published