Showing only posts tagged cmake. Show all posts.

Vimscript: Run Command in Terminal

2 minute read.

A more recent vim feature is :term, the ability to have a terminal inside vim. This super useful feature now allows you to switch between your code and asynchroneously run compile commands very easily.

Since I use Visual C++ on Windows, I need to run vcvarsall.bat in my console …

Building Magnum with Emscripten on Windows

~ 3 Minute Read.

At Vhite Rabbit I’ve been using Magnum to build Emscripten based web projects for quite a while. Since the Oculus Rift constrains me to Windows for development and sometimes things are hard to set up there, I hereby share the way to compile Magnum with Emscripten …

page 1 | older articles »