Skip to content

Trying to link a SFML project with precompiled libs using Waf build system

Notifications You must be signed in to change notification settings

Tyrben/SFMLProjectUsingWaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WafSFMLTest

Synopsis

Simple test case to run Waf on a not that simple project, but simple enough to see what appends.

It uses Google Waf a link.

And libSFML to test the link with a local thirdParty library a link.

Motivation

I was not familiar with Waf build system a link. But it looks for me like a very simple and light build environment.

I was stuck trying to compile with a fresh compiled version of a library.

So I configured this micro test case to solve my problem first.

Point of interest

All wscript files. At root and recursively in each path containing sources.

Make it build

First, test if the compilation by command line works:

./build_test_ok.sh  (it runs g++)

If it works you can use Waf with success:

./waf configure  (once)
./waf  (each time you compile)

About

Trying to link a SFML project with precompiled libs using Waf build system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published