public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: "David Robinson (AU)" <David.Robinson@citrix.com.au>
To: "'wiegert@telus.net'" <wiegert@telus.net>,
	SourceNav Mail list <sourcenav@sources.redhat.com>
Subject: RE: Installing SourceNavunder linux
Date: Thu, 06 Sep 2001 14:55:00 -0000	[thread overview]
Message-ID: <A364502829E6D3119BF400508B2D831F0197E229@sydexch01.citrix.com.au> (raw)

You can find it in the mailing list archives.
I have attached a copy below for your convenience.

David.

-------------------------------------------------------------
INSTALL.TXT


Binary Install:

To install a binary release of Source-Navigator, extract the
files from the archive and add the sourcenav-5.0.1/bin
directory to your PATH. There is no need to run an installer.
You can run Source-Navigator from the command line using the
snavigator script. Windows users can also double-click on
the snavigator.exe executable in the Windows Explorer.

Generic Build Notes:

These build/install instructions assume that you have already
downloaded and extracted the files from the zip or tar file.

We suggest building outside of the source directory. This way, all
build related files for a specific architecture are stored outside
of the source directory. This makes it easy to build multiple
executables from a single source tree.

We suggest building outside of the src directory, this might
be a new concept for most users, but it is really quite simple
once you get the hang of it. With a build dir, all build
related files for a specific architecture are stored outside
of the src directory, so you can build multiple executables
from the same source tree.

UNIX Build:

To build under a UNIX system, simply create a build directory
and run the configure script. The following commands assume
the release is 5.0.1 and that the user wants to install
into a non-default location (/usr/sourcenav).

% mkdir snbuild ; cd snbuild
% ../sourcenav-5.0.1/configure --prefix=/usr/sourcenav
% make
% make install

Windows Build (VC++):

Building under Windows is more tricky when compared to the UNIX
build. Be sure to follow the build instructions exactly. Note
that VC++ 6.0 is the only supported compiler at this time.

Windows versions of Source-Navigator are created using the VC++
compiler and Cygwin. One needs to run the vcvars32.bat script
to setup the needed env vars. Typically, this is done by starting
command.com on Windows 95/98 or cmd.exe under NT, then
run the vcvars32.bat script in the VC++ bin directory.

After VC++ env vars are setup, start a bash shell by cd'ing to
the Cygwin root directory and running cygwin.bat. In the bash
shell, run the following commands.

% export CC=cl
% export CFLAGS="-Z7 -Od"

You can now run the configure script in the normal way. Of course,
there are a couple of things to take note of. First, the configure
script must be run with a relative path (../sourcenav-5.0.1/configure).
Second, the --prefix path must be passed as a fully qualified Windows
style path containing forward slashes (like D:/Cygwin/usr/sourcenav).
The following example shows how /usr/sourcenav mounted at
D:/Cygwin/usr/sourcenav would be passed.

% mkdir snbuild ; cd snbuild
% ../sourcenav-5.0.1/configure --prefix=D:/Cygwin/usr/sourcenav
% make
% make install
-------------------------------------------------------------



-----Original Message-----
From: Arnold Wiegert [ mailto:a4a81856@pop.telus.net ]
Sent: Friday, 7 September 2001 07:52
To: SourceNav Mail list
Subject: Installing SourceNavunder linux 


Hi,

In trying to install SourceNav on my home linux machine, after having
used it for a short time on Solaris and WinNT.

Due my recent move from my previous employer to my home address, I
missed the reply from Mo deJong which seems to have included the
INSTALL.TXT for linux.

In reviewing the 'subscribe' info from ezmlm, it says I can request
messages by number, but I have been unable to identify this 'message
number' in the ones I have received so far, thus I'm stuck in having to
ask for either a way to retrieve the old message or for a 'resend' -
sorry :(

Thanks in advance
Arnold

             reply	other threads:[~2001-09-06 14:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-06 14:55 David Robinson (AU) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-09-06 14:51 Arnold Wiegert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A364502829E6D3119BF400508B2D831F0197E229@sydexch01.citrix.com.au \
    --to=david.robinson@citrix.com.au \
    --cc=sourcenav@sources.redhat.com \
    --cc=wiegert@telus.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).