On Jan 19, 2013, at 4:14 PM, Derek Gaston <fried...@gmail.com> wrote:

> So,
> 
> With the new build system what's the best way to develop a new example?
> 
> Previously I would do this:
> 
> cd libmesh/examples/introduction
> cp introduction_ex3 introduction_ex17
> # Change everything in introduction_ex17 to say ex17
> make
> ./introduction_ex17



Basically you do as before, but you will also need to add your new example in

(1) configure.ac (it'll be obvious, inside the construct at line 257)
(2) examples/Makefile.am, add to the subdirs flag.

Since you edited configure.ac you will need to bootstrap and configure, but if 
everything is working properly 'make && make check' should only build your new 
example because your reconfigure will not have changed anything required to 
build libMesh.

-Ben


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to