The Ubuntu community has contributed 15752 ideas, 77802 comments, 1421719 votes
Idea
#8240: Automatic Compiler
|
| |
-17
|
|
|
Written by ubuntu_user123 the 8 May 08 at 19:12.
Category: Programming.
Related to:
Nothing/Others.
Status: New
|
|
|
Description
There should be an automatic compiler for source packages which converts all source packages into a file appropriate for ubuntu. This compiler would have all necessary information about the operating system, such as the headers, and would compile the program without the need for terminal commands.
Attachments
No attachments.
Duplicates
Comments
|
mybunche wrote on the 9 May 08 at 10:38
| |
This makes sense to me. I don't know much about it but maybe there are technical problems doing this.
|
|
holizz wrote on the 1 Jun 08 at 09:03
| |
This idea is _not_ a duplicate of idea #8258: Deb builder gui. But I see no method of reporting it as such.
|
|
droetker wrote on the 10 Jul 08 at 20:44
|
---------------
#!/bin/sh
cd $packagedir
./configure
make
checkinstall
sudo dpkg -i $package
--------------
;-)
|
|
droetker wrote on the 10 Jul 08 at 20:45
| |
but holizz is right, it is NOT a dupe of idea #8258.
|
Post your comment
|
|
|