Skip to content
/ sl-mac Public

Port Masashi Toyoda's SL (Steam Locomotive) to Mac OS X

Notifications You must be signed in to change notification settings

Fykec/sl-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sl-mac

Port Masashi Toyoda's SL (Steam Locomotive) to Mac OS X, certainly available on Linux like Ubuntu

Install Steps

Clone

git clone https://github.com/Fykec/sl-mac.git

Install

cd sl-mac
make
sudo cp sl /usr/local/bin && chmod a+x /usr/local/bin/sl #need input your password

Usage

sl
sl-l
sl-h

Notice

  1. If you cannot build on Ubuntu, got error like "curses.h: No such file or directory"

    sudo apt-get install libncurses5-dev
  2. Zsh, you can disable default sl alias by alias the sl to your sl bin, if you use oh-my-zsh, you should put the alias after the oh-my-zsh configuration setup, like the end of '.zshrc' file.

    alias sl='/usr/local/bin/sl'

About

Port Masashi Toyoda's SL (Steam Locomotive) to Mac OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published