It's the first time for me to learn ROMS. Now I want to generate Grid using some tools provided by https://www.myroms.org/index.php?page=RomsPackages.
How to install xcoast in windows by means of Cygwin? When I followed the steps in the README file as follows, some errors occurred. eg, It showed command not found when I use xmkmf.
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
This is known to work on both Sun Solaris and FreeBSD with gcc and
X11R6. There is a Makefile.gcc which assumes that your X files are
under /usr/local/X11R6. Nothing else is guaranteed, but it should
work for all computers which have an ANSI C compiler and can
compile xfig.
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
Many Thanks!
How to install xcoast?
Re: How to install xcoast?
There's probably a package for X11 developers that you need to download.
Boy, does this ever date things... The modern way would be to build a gui in Python, but I don't have those skills (yet).both Sun Solaris and FreeBSD