|
You are here |
bijanebrahimi.github.io | ||
| | | | |
zzamboni.org
|
|
| | | | | Today I had to install AucTeX to use on my Win7/64 machine under EmacsW32. I found the basic instructions here: http://www.sturmnet.org/blog/2007/09/01/installing-auctex-in-emacsw32, but I had to modify them a bit (in particular, I am using tetex installed from cygwin instead of MiKTeX). Here are the commands I used: $mkdir -p /usr/local/share/texmf $ ./configure --prefix='c:/Program Files (x86)/Emacs/emacs' --with-texmf-dir='/usr/local/share/texmf' --with-lispdir='c:/Program Files (x86)/Emacs/emacs/site-lisp' $make $make install I then added the following lines to my C:\Program Files (x86)\Emacs\site-lisp\site-start.el file: | |
| | | | |
www.babaei.net
|
|
| | | | | GNU nano is my favorite text editor while I'm on console. Although, it doesn't offer syntax highlighting by default, it comes with a decent set of syntax highlighting files. Usually, these files are exist in /usr/local/share/nano or /usr/share/nano, depending on your distro's preference. You can enable syntax highlighting for your prefered language(s) by including related file(s) with .nanorc extension in your ~/.nanorc file. ~/.nanorc - FreeBSD include "/usr/local/share/nano/asm.nanorc" include "/usr/lo... | |
| | | | |
ankane.org
|
|
| | | | | Some Ruby features like scrypt and hkdf require OpenSSL 1.1. Here's how to make it work on Mac: Install rbenv and OpenSSL 1.1 Install Ruby Open an... | |
| | | | |
alex.pearwin.com
|
|
| | | A step-by-step guide to install to high energy physics framework ROOT on OS X 10.8 with CMake and Homebrew. | ||