On 06/30/2015 07:16 PM, Andy Howell wrote:
> I just built the simulator on Ubuntu 15.04. It was pretty straight 
> forward, but I had to add a few missing packages:
> 
> Ubuntu 15.04 also needed:
> 
> apt-get install bwidget
> apt-get install libtk-img
> apt-get install Tclx
> 
> I modified linuxcnc/debian/configure:
> 
> diff configure configure.org
> 90,93d89
> < Ubuntu-15.04) # Vivid
> < 
> EXTRA_BUILD=dvipng,texlive-extra-utils,texlive-latex-recommended,texlive-fonts-recommended,ghostscript,imagemagick,texlive-font-utils,module-init-tools,bwidget,libtk-img,Tclx
> <     TCLTK_VERSION=8.6
> <     ;;
> 
> Seems to work fine,

Those three packages are runtime dependencies, not build-time
dependencies.  They are listed in the Depends: line in
debian/control.in, as they should be, so that anyone who installs the
linuxcnc debian package gets them automatically.

Unfortunately when you build from source there's no convenient way to
automatically install runtime dependencies, you have to do it by hand
with apt-get like you did.

I added support to our debian/configure for Vivid, based on your patch,
plus a build-dependency on the French and Spanish texlive packages, for
our translations.  Thanks for the patch.


-- 
Sebastian Kuzminsky

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to