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. --- 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
