Sounds good :) Should be fairly easy to get up and running based on this. Does OSX have a package management system? For example, anytime I compile something from source on my Ubuntu boxes, I always create a .deb file using checkinstall and install it using dpkg so I can easily remove it later if need be, does OSX have something similar?
tnx Stephen K1LNX On 12/7/07, Jason KG4WSV <[EMAIL PROTECTED]> wrote: > > If you're used to linux, go ahead and build from source like you would > build something from source on linux. Check the README for support package > requirements (e.g. you'll need some flavor of motif, including developer > components, etc). For the most part, the standard ./configure;make;sudo > make install work on os X just like on linux. > You'll need to install xcode to get a compiler, and install X11 including > developer package to get X windows. > > If you don't like building from source by hand, you may want to try > macports or fink. I don't care for 'em myself, but folks who don't like to > build stuff by hand seem to have decent luck with it. > > -Jason > kg4wsv > -- Stephen Brown - ARS K1LNX Johnson City, TN EM86uh http://www.k1lnx.net _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
