Results 1 to 2 of 2
I downloaded some source files of GNOME and it has .in files..
What are they?
Are they .cpp files?
Where can I find the cpp source code files of GNOME?
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-15-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 2
what are .in files?
I downloaded some source files of GNOME and it has .in files..
What are they?
Are they .cpp files?
Where can I find the cpp source code files of GNOME?
Please help..
- 05-15-2008 #2
hi,
.in files are just plain ascii text files. but if you try to read them from the GUI file manager you might get stuck. instead use the command line.
for example Makefile.in is just a Makefile you can read with more, less , cat ...
suppose that you downloaded gnome-desktop-2.23.2.tar.bz2 in you home directory then you need to proceed as follows
the above directory is just an example where you can find source code(C language).Code:tar jxvf gnome-desktop-2.23.2.tar.bz2 cd gnome-desktop-2.23.2 cd libgnome-desktop
gnome is divided into many projects so i dont know somewhere you just can go and download the entire source code(maybe the development segemnt).Linux and me it's a love story


Reply With Quote
