Everything that includes the source code of Unix programs for example compiling, installing or how to retrieve the code for studying.
2
votes
1answer
49 views
Modify and boot linux kernel on mobile device [closed]
During my education I have been developing Android iOS apps and websites for almost 18 months. Now, as my final year project, I am working on Linux source code with the goal to boot it on a mobile ...
-3
votes
0answers
15 views
Where can i download the android's source code? [migrated]
I have several question about downloading the android:
Why didn't the google put a direct link untill we download easy the
android?
Where can i download the android's source codes?
guys, i can't ...
0
votes
1answer
25 views
Help for download the android by the Cygwin Terminal
I have a problem for download android by Cygwin Terminal in windows. I use this guide for download it:
- 1) Download cygwin from http://cygwin.com/install.html.
- 2) Install cygwin with defaults.In ...
1
vote
1answer
30 views
Where to place source code for applications compiled from source?
In the past when I have compiled applications from source I have extracted the source code to ~/src and compiled from there.
I realize now that there may be no need for me to create the ~/src ...
-2
votes
3answers
85 views
Can't install software in Debian 6
I installed Debian 6 Squeez on my virtual machine and I can't install software using aptitude or apt-get. This is my sources.list file:
root@debian:/etc/apt# cat sources.list
#
# deb cdrom:[Debian ...
1
vote
1answer
64 views
Can I use yum to manage a “package” installed from source
I am running CentOS 5.5. I need to upgrade some packages to newer versions, unfortunately they're not available. I am stuck building from source.
Is there a simple way to use yum to manage ...
0
votes
1answer
424 views
Difficulty installing PHP from source to CentOS 6.4
The problem:
After installing PHP from source, functionality is not present - my phpinfo test page does not work. If I use yum to install from the repository functionality is restored.
Why am I ...
-1
votes
1answer
53 views
How to use the “source” command to do parallel computing?
For example, I have an executable called ex01 (C++ program).
And I have a text file that contains a set of invocations of this program with different arguments.
The text file looks like this:
...
-1
votes
1answer
122 views
How to install kdesudo in OpenSUSE 12.3
I'm hoping this is a stupid question with a simple answer, but I've been hunting around for half an hour and cannot find a way to install kdesudo in OpenSUSE 12.3.
I need to use kdesudo because kdesu ...
0
votes
0answers
54 views
How to install newer version of packages on scientific linux ? (besides source)
I just installed the newest SL6.4. I use c++11 and I tried to install the latest gcc (4.8.1) using gsrc (gsrc automates install).
the problem that i faced is that SL's zlib was too old. Meaning, zlib ...
1
vote
0answers
123 views
Error trying to build pango (1.34.1) and harfbuzz (0.9.18) from source
So I'm trying to build pango from source (in my home directory, as a dependency to something else I need). This is on a computing cluster running SLES 11. When compiling, I get the following error:
...
2
votes
2answers
46 views
How to config my.cfg file for mysql which was installed from sources?
I installed MySQL 5.6 from sources on debian.
MySQL folder is /usr/local/mysql.
Here is several question:
1) I would like to config my.cfg. But I couldn't find several parameters:
socket ...
1
vote
1answer
64 views
How can I build fdupes from source on Ubuntu?
I would like to make a few changes to the fdupes code. I know I can grab the source code from the website - but is there a better way on Ubuntu / Debian?
After getting the source this way where is ...
2
votes
1answer
61 views
Build binary and dependencies without sudo
I want to install a piece of software (rtorrent) from source to my home folder. It depends on ncurses, which is not installed. I've installed ncurses to my home folder by using the PREFIX option ...
0
votes
1answer
97 views
debian cannot install kernel source
I want to use debian linux for my laptop again. So I took my old debian 6.0 cds and installed it.
From the last time I know, that I have to build the driver for my Atheros AR8151 Gigabit Ethernet ...