LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   want to install imake package in ubuntu?? (https://www.linuxquestions.org/questions/linux-newbie-8/want-to-install-imake-package-in-ubuntu-724360/)

RockerAsh 05-07-2009 05:42 AM

want to install imake package in ubuntu??
 
hey guys ,
could anyone tell me the right command to install imake package in ubuntu......

its urgent.....

repo 05-07-2009 05:45 AM

sudo apt-get install imake ?

RockerAsh 05-07-2009 07:14 AM

hey repo, There's a problem
 
hey repo,
i wanted to install and use imake package so as to run my opengl programs.

and for that i have downloaded mesa libraries which need makedepend command which in turn is in imake package.

i used " yum install imake" in fedora 10 it worked just fine.
is there any other package with the makedepend command for ubuntu, if yes please tell me.

its urgent for my project.

thanks in advance.

repo 05-07-2009 07:17 AM

did you tried
Code:

sudo apt-get install imake
or
Code:

sudo apt-get install xutils-dev
Quote:

xutils-dev provides a set of utility programs shipped with the X Window System
that do not require the X libraries; many of these programs are useful
even on a system that does not have any X clients or X servers installed.

The programs in this package include:
- ccmakedep, a version of makedepend which "does it right"
- imake, a C preprocessor interface to the make utility;
- lndir, a tool that creates a shadow directory of symbolic links to
another directory tree;
- makedepend, a tool to create dependencies in makefiles;
- makeg, a tool for making debuggable executables.

This package also contains xorg-macros.m4, a set of macros used in configure
scripts of X.Org packages.


All times are GMT -5. The time now is 12:20 PM.