Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I end up running first ./autogen.sh, and then ./configure, so make command
builds it successfully into the build folder. But then its not installing
correctly, however I was able to run from the build folder. So I'm using alias
that using build folder path with the protobuf-matlab executable I built.
Original comment by emreozan...@gmail.com
on 29 Jul 2014 at 10:08
I managed to build and install the matlab plugin by following these steps:
cp -r protobuf-matlab/src protobuf-2.4.1 && cd protobuf-2.4.1 && ./autogen && ./configure --prefix=/usr/ && make && sudo make install
(Sorry for the &&s...couldn't find out how to insert line breaks)
Hope it helps :)
Original issue reported on code.google.com by
emreozan...@gmail.com
on 1 Jul 2014 at 10:00