LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installation of Gpac in ubuntu 10.10 64 bit using subversion (https://www.linuxquestions.org/questions/linux-software-2/installation-of-gpac-in-ubuntu-10-10-64-bit-using-subversion-4175585532/)

jjfotso 07-26-2016 05:19 AM

Installation of Gpac in ubuntu 10.10 64 bit using subversion
 
I'm installing Evalvid in my computer. But Evalvid needs gpac to operate. So while intalling gpac, i had to entered this command:
"sudo apt-get install subversion" there were no problems. Next i entered this command:
"sudo svn co https://svn.code.sf.net/p/gpac/code/trunk/gpac gpac" and i got this error:
"svn: OPTIONS of 'https://svn.code.sf.net/p/gpac/code/trunk/gpac': could not connect to server (https://svn.code.sf.net)

Can anyone help me with this, please. I really need to make it worked for my project.

Mitt Green 07-26-2016 02:59 PM

Ubuntu 10.10 is a bit old and unsupported. Upgrade it to 14.04 at least or make a clean install, because jumping through several releases can be unpredictable.

gpac is present in repositories (in later Ubuntu releases), so there is no need for SVN here.

rbouqueau 07-27-2016 12:38 AM

Hi, GPAC maintainer here.

You can build the latest GPAC/MP4Box easily if you don't/can't rely on the one from your repos
Quote:

git clone https://github.com/gpac/gpac.git
cd gpac
./configure --static-mp4box --use-zlib=no
make -j4

rbouqueau 07-27-2016 12:39 AM

Full instructions at http://gpac.io/2015/07/29/gpac-build...all-platforms/

For future requests, please use our official support way: https://github.com/gpac/gpac :)

jjfotso 07-27-2016 11:16 AM

Ok rbouqueau, i'm going to check your links.


All times are GMT -5. The time now is 09:31 AM.