From owner-freebsd-newbies@FreeBSD.ORG Wed Feb 18 16:13:26 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99A5516A4CE for ; Wed, 18 Feb 2004 16:13:26 -0800 (PST) Received: from jolly.drunkmonk.net (jolly.drunkmonk.net [63.251.191.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 795AB43D1D for ; Wed, 18 Feb 2004 16:13:26 -0800 (PST) (envelope-from verm@jolly.drunkmonk.net) Received: from jolly.drunkmonk.net (localhost [127.0.0.1]) by jolly.drunkmonk.net (8.12.9/8.12.3) with ESMTP id i1J0DQAC009328 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 18 Feb 2004 17:13:26 -0700 (MST) (envelope-from verm@jolly.drunkmonk.net) Received: (from verm@localhost) by jolly.drunkmonk.net (8.12.9/8.12.1/Submit) id i1J0DPhS009327 for freebsd-newbies@freebsd.org; Wed, 18 Feb 2004 17:13:25 -0700 (MST) Date: Wed, 18 Feb 2004 17:13:25 -0700 From: Amar Takhar To: freebsd-newbies@freebsd.org Message-ID: <20040219001325.GA9193@drunkmonk.net> Mail-Followup-To: freebsd-newbies@freebsd.org References: <200402170956.i1H9uMbS086603@gw.core> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402170956.i1H9uMbS086603@gw.core> Subject: Re: Wine X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 00:13:26 -0000 On 2004-02-17 11:54 +0200, Robert Golovniov wrote: > Hello, > > Are any step-by-step instructions for configuring and running Wine > on FreeBSD 5.X available in the FreeBSD documentation archives or > elsewhere? I have the incomplete, and very out dated "wine on freebsd" document is tarted writing a while ago. Most of it still applies, just keep in mind to run "wine wineboot" after installing software so any post-install functions are completed. I'm in the process of updating this document so it's more current, however the windows directory layout is still very useful. You can find it here: http://www.ten15.org/~verm/wine/ Amar.