From owner-freebsd-questions Tue May 19 07:59:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01999 for freebsd-questions-outgoing; Tue, 19 May 1998 07:59:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01986 for ; Tue, 19 May 1998 07:59:28 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id PAA17578; Tue, 19 May 1998 15:59:21 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <35619E2B.D0110595@tdx.co.uk> Date: Tue, 19 May 1998 15:58:51 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: Johnathan Raymond Sconiers II CC: freebsd-questions@FreeBSD.ORG Subject: Re: porting software and developing code References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Johnathan Raymond Sconiers II wrote: > > Hi. How coould I view source code to attempt to fix > bugs as well as port software etc... > > john Hi, You need to be more specific... If the source code is going to make any sense to you as well, your going to have to be reasnably fluent in 'C' as a language, as most the unix utilities / applications are written in 'c'. Your also going to need to know how to use some of the unix editors such as 'vi' or emacs... Sourcecode normally ships with most programs, including FreeBSD itself - if you want to find the source for FreeBSD look in your '/usr/src' directory (if you installed the sources when you installed FreeBSD). If the directory is empty you will need to re-run systinstall and tell it to install some of the source distributions... Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message