Skip to content

kurocha/platform-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Linux Platform

This infusion contains a general infrastructure for building on linux.

Teapot Configuration

The linux environment is very simple but does require a modern C++ compiler (g++-4.7 or clang 3.1+). At present there are a few external dependencies:

apt-get install g++-4.7
apt-get install libz-dev

A simple Teapot configuration file for linux might look like:

source "https://github.com/infusions/"

host /linux/ do
	platform "linux"
	environment[:cxx] = "g++-4.7"
	environment[:cxxflags] = "-std=c++11"
end

About

An infusion for the Linux platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages