Giter VIP home page Giter VIP logo

xcoast's Introduction

          This is xcoast 3.0, with some changes from xfig 3.x,
	  but still mostly derived from xfig 2.1.7a.


THINGS TO BEWARE OF:

1.  It requires ANSI C because there are function prototypes.

2.  It requires X11R4 or better and the Athena widgets.

3.  It takes coastline files in the format produced by the
    extract_coast Matlab program from the GSHHS database from GMT. The
    world_int.cst file is provided as an example.  It will still use
    the XCOASTDATA environment variable to find the coastline file,
    so make sure you update it.

4.  Files created with xcoast 2.0 can be read in with this
    version and will be converted to a version 3 format.

INSTALLATION

1.  Get world_int.cst file and put it somewhere.

2.  Set the environment variable in .cshrc (or whatever):

      setenv XCOASTDATA /mycoastlinedirectory/world_int.cst

3.  Unpack the xcoast sources.

4.  Build the Makefile and compile:

      xmkmf
      make depend
      make

    For Ubuntu, I had to install a bunch of packages:

    sudo apt-get install xutils-dev
    sudo apt-get install libx11-dev
    sudo apt-get install libxt-dev
    sudo apt-get install libxaw7-dev

5.  Become root and install:

      make install
      make install.man

    Otherwise, just copy the xcoast executable to some binary directory
    on your path.

6.  If you do not know xfig, it will help to read the manual:

      man xcoast

    or

      tbl xcoast.man | ptroff -man

Kate Hedstrom
[email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.