Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 662 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 662 Bytes

CWUtil

A Windows and Linux compatible version of CWUtil.

Status

  • Bootil is currently statically linking and the module works with it.

Linux

Ubuntu 14.04

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.7 g++-4.7
sudo apt-get install gcc-4.7-multilib g++-4.7-multilib
// sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.6
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 40 --slave /usr/bin/g++ g++ /usr/bin/g++-4.7
sudo update-alternatives --config gcc
sudo apt-get install premake4