psycharo-zz / factor-graph

matlab/c++ factor graph framework
32 stars 8 forks source link

save mexfactorgraph.mexw64 to a fixed folder on the factor-graph path #41

Closed ghost closed 11 years ago

ghost commented 11 years ago

When building the mex file mexfactorgraph.mexw64, it is saved to pwd in matlab. In general this means I'm getting mulitple mexfactorgraph.mexw64 files on my system, because I not always call installFFG fomr teh same working directory.

I suggest that mexfactorgraph.mexw64 is always saved to the factor-graph base folder, next to README.md and installFFG.m (Or you may choose something else, like a mex folder). But it shoudl be the same folder all teh time.