Skip to content

Instantly share code, notes, and snippets.

@jparmstrong
Created August 28, 2016 15:19
Show Gist options
  • Save jparmstrong/d739d456cadf84be897a0825215786b5 to your computer and use it in GitHub Desktop.
Save jparmstrong/d739d456cadf84be897a0825215786b5 to your computer and use it in GitHub Desktop.
Installing q/32 on Ubuntu 16.04
In order to get kdb+/q 32-bit running on Ubuntu 64-bit you'll need to install:
```
sudo apt-get install gcc-multilib
```
Ubuntu no longer packages ia32-libs for 64-bit builds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment