-
Notifications
You must be signed in to change notification settings - Fork 289
Adding or removing source files
David Knezevic edited this page Apr 20, 2015
·
7 revisions
When adding or removing .h or .C files in libMesh, you should run the following commands:
cd $LIBMESH_SRC
cd include && ./rebuild_include_HEADERS.sh
cd ..
cd src && ./rebuild_libmesh_SOURCES.sh
cd ..
cd include/libmesh && ./rebuild_makefile.sh
cd -
git commit -am"Updating Makefile.am's"
./bootstrap
git commit -am"Ran boostrap."