On Wed, 15 Aug 2012, Roy Stogner wrote: > On Wed, 15 Aug 2012, Kyunghoon Lee wrote: > >> I built an svn version of libmesh with >> "prefix=/home/aeronova/Development/local/lib/libmesh/svn-real," then I >> found "make install" dose not work. I checked the makefile, and there is >> no tag word for "install." If I'd like to manually install the compiled >> libmesh, can I just move a few directories to the location that I want? If >> so, can someone tell me which directories/files I need to manually copy, >> please? > > include/, lib/, and Make.common ought to be sufficient. Add > contrib/bin/libmesh-config and Makefile.const if you want to use > those in your build system.
Oh, but one caveat: you'll want to move unwanted files *away* (or delete them) rather than moving wanted files to their final target. Either that or you'll need to hand-edit Make.common; our configure script hard-codes the build directory in a couple lines there. Alternatively you could try our automake branch, which uses a more traditional build system and has a "make install" target. We'd have merged that into trunk by now, except that it doesn't yet support the mutliple-compiler-settings-per-build-directory METHOD system that a lot of our users have come to depend on. --- Roy ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
