Skip to content

barche/cxxwrap-juliacon2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

cxxwrap-juliacon2020

This repository hosts the tutorial files for a proposed JuliaCon 2020 workshop on CxxWrap.jl.

Prerequisites (do this before the workshop)

The recommended method for new users is to use Docker. If you already have a C++ development setup, you should be able to follow the manual procedure also. The demo during the workshop will use the Docker approach because it works the same way on all platforms.

Docker dev container

Manual setup

Basic toolkit

Aside from a working Julia 1.4 installation, a C++17 compiler is also needed to follow along the tutorial:

  • Linux: Install the packages containing g++ and CMake
  • macOS: Run xcode-select --install and install CMake from: https://cmake.org/download/
  • Windows: Install Visual Studio Community edition from https://visualstudio.microsoft.com/vs/ and make sure to activate the "Desktop development with C++" workload, with CMake activated.

Compile libcxxwrap-julia

Follow the instructions at the https://github.com/JuliaInterop/libcxxwrap-julia README to build libcxxwrap-julia from scratch, and create an override file

Tutorial

Use the slides at https://barche.github.io/cxxwrap-juliacon2020/ to follow along during the workshop, for clickable links and code snippets.

About

Tutorial files for the JuliaCon 2020 CxxWrap workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published