Source code


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Source code
# 1  
Old 08-12-2015
Source code

hii...
i am a biginner....and i have linux source code ,downloaded from some website ,a compressed file on windows and dont know how do compile them.....
# 2  
Old 08-12-2015
Are you sure you have a pure source code and not an "image" of a distribution?
Because starting from scratch using pure source files I did that years ago, yes far back in beginning 90ies, and I remember I had to struggle before getting something up, but I did that to see if I could do something else than just COBOL and oracle SQL stuff ( and mainframe proprietary stuff...) so I dont think it being a good trip for a beginner...
# 3  
Old 08-12-2015
As a beginner I would go for someting like KNOPPIX, a bootable debian based linux that you boot from a CD or DVD...
There you can test and if feel like its what you want you can install from that same DVD..
# 4  
Old 08-12-2015
For you being a beginner, my advice were not to compile things but to install a ready made distribution from e.g. https://www.suse.com/ or Debian -- The Universal Operating System or The leading OS for PC, tablet, phone and cloud | Ubuntu. There's also smaller distros available, e.g. Knoppix Linux Boot CD, Download Disk and Documents, Discuss, Get Help.
# 5  
Old 08-12-2015
You even may try one of Fedoras spins, providing various Desktop Environments (DE) configured live images.
Simply write them on either CD, DVD or an USB-stick.

https://spins.fedoraproject.org/

Have fun
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Source code

I need the source code of fedora. plz plz plz help me........... (1 Reply)
Discussion started by: neh
1 Replies

2. Shell Programming and Scripting

Block of code replacement in Java source code through Unix script

Hi, I want to remove the following code from Source files (or replace the code with empty.) from all the source files in given directory. finally { if (null != hibernateSession && hibernateSession.isOpen()) { //hibernateSession.close(); } } It would be great if the script has... (2 Replies)
Discussion started by: hareeshram
2 Replies

3. UNIX for Dummies Questions & Answers

Where can i get unix source code?

Sir please tell me where can i get source code for some unix kernal and shell also. (1 Reply)
Discussion started by: VIPUL15
1 Replies

4. Shell Programming and Scripting

Linux source code

Unix is written in C. From where u can see the source code of unix or linux (1 Reply)
Discussion started by: pritish.sas
1 Replies

5. Shell Programming and Scripting

how to get executable without source code

hi, Is there any way to get executable of unix shell scripts so that source that source code will be invisible from the client side (as in the case of C language) ? Or is there any archiving method to make source code invisible ? thanks, ravi (1 Reply)
Discussion started by: useless79
1 Replies

6. Shell Programming and Scripting

getopt(s) source code?

Does anybody know where this is located? Both for getopt and getopts (1 Reply)
Discussion started by: dhinge
1 Replies

7. UNIX for Dummies Questions & Answers

source code download

hai This is A.gowri kumar from india.I am very facinated with this operating system. so i want to download the whole source code of this operating system (UNIX). So from where can i Download the source code. Please help me. (1 Reply)
Discussion started by: tapanagkumar
1 Replies

8. Programming

vmstat source code

i am looking for vmstat source code or a listing of the kernel symbols that vmstat uses in the knlist subroutine. Interested in getting vmstat stats from a c program using knlist subroutine, but i dont know what the names of the kernel symbols are that i need to access. thanks in advance::) (2 Replies)
Discussion started by: briansmith40
2 Replies

9. UNIX for Dummies Questions & Answers

SCCS (Source Code)

Hello, I'm wondering if anyone out there have experience using the SCCS source code in Unix? If so, can you recommend a good (user friendly) SCCS book for beginner users. Thanks! (3 Replies)
Discussion started by: Mary
3 Replies
Login or Register to Ask a Question