You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."