Closed dvzrv closed 6 years ago
Done, I have tagged as v0.6. Let me know how it goes.
Hmm, after
mkdir build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make DESTDIR="${pkgdir}/" install
only m2o
is installed to /usr/bin
(in the pkgdir
).
Also (in the case of Arch) libx11 is required to build and gcc-libs is required to run.
Let me check, I had never tried the install targets to be honest. Just the build step...
On 27 March 2018 at 15:44, David Runge notifications@github.com wrote:
Hmm, after
mkdir build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make make DESTDIR="${pkgdir}/" install
only m2o is installed to /usr/bin (in the pkgdir).
Also (in the case of Arch) libx11 is required to build and gcc-libs is required to run.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/llloret/osmid/issues/48#issuecomment-376551890, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLl882yyu-52ER64Id0HJrfj0NhE63iks5tilBYgaJpZM4S89ze .
Ah yeah. Here it is: https://github.com/llloret/osmid/blob/master/CMakeLists.txt#L92
I have just added the missing rule to CMakelists.txt. I will retag as 0.6.1.
@llloret thanks! Try to keep the tag naming consistent (without v
is fine, but with is okay too, as long as it stays the same).
Yes, sorry, v0.6.1 is what I meant. It should be ready now.
no worries. Pushed osmid to [community-testing], so I can get on with sonic-pi later on today. Thanks for the quick reply! :)
I'd like to package the latest sonic-pi for Arch Linux' [community] repository. Osmid is a dependency and therefore has to be packaged as well.
Can you please tag a release of this software, so I can package it?