On 03/14/2012 04:39 PM, Arturo Rinaldi wrote: > Nella citazione in data Thu Mar 15 00:32:47 2012, Josh Blum ha scritto: >> >>> >>> i want to build a stable tarball...not a git version. any chances to do >>> it ? >>> >> >> Here you go: >> https://github.com/trondeau/gnuradio/tarball/57ad294b333d185cfd6952f01ea03f88370d2b8d >> >> >> If the tags were pushed, i would give you a link to the tag and not the >> commit id. >> >> -josh >> >> _______________________________________________ >> Discuss-gnuradio mailing list >> Discuss-gnuradio@gnu.org >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> > > ok thank you very much Josh....any chance to build the 3.5.2 tarball > without volk ? i need it for my work ;) > > Regards
Sorry, I should clarify. 1) You should build volk; it will become a serious gnuradio requirement. Now, there is a autotools + multilib volk build bug. The solution is to build gnuradio with cmake. 1.1) Perhaps you can pass --disable-volk to configure (when building with autotools) 2) Building with cmake is supported in the latest releases. 3) There are *no* source tarballs uploaded for releases. The available tarballs are generated by autotools and are missing files in the source tree (like the CMakeLists.txt). 4) But, you can get a source tarball from github like so: https://github.com/trondeau/gnuradio/tarball/<commit identifier> Where <commit identifier> is the hash of a commit, branch name, or tag name. Unfortunately, I dont know of a github with the tags pushed, but you can use the git hash of the 3.5.2 tag. -Josh _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio