How to setup Xfig onto a Mac machine? [closed]

自闭症网瘾萝莉.ら 提交于 2019-12-09 19:01:01

问题


The user manual said that I need to

Get the source of xfig (xfig.3.2.5-alpha3.full.tar.gz) and gunzip and untar the file: Either do: gunzip -c xfig.3.2.5-alpha3.full.tar.gz | tar xvf - or gunzip xfig.3.2.5-alpha3.full.tar.gz tar xvf xfig.3.2.5-alpha3.full.tar

It also said that

There is a version of xfig ported to run on the MacIntosh under the Darwin port of XFree86.

But I didn't find how to setup the XFree86 and even the xfig since I am very new to either Mac OS or UNIX.


回答1:


The easiest way is probably to use a package manager like Macports, Fink, Homebrew etc.

For macports the steps are basically

  1. Install macports from the correct .dmg from here
  2. Install Xcode
  3. Update macports sudo port selfupdate
  4. Check your shells have /opt/local/bin on the path before other directories
  5. Install the xfig port sudo port install xfig

The other managers will have a similar set of instructions.




回答2:


When drawing a line in xfig, the right button is a cancel operation button. To end the line, you press the middle button. I'm not sure how you get a mac mouse to simulate the middle or the right button.



来源:https://stackoverflow.com/questions/11791976/how-to-setup-xfig-onto-a-mac-machine

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!