Skip to content

Commit

Permalink
mac info
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jul 12, 2016
1 parent 485866d commit cfee263
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ package managers split the runtime from the compile time.

```
sudo apt install libgsl-dev # install package(s)
dpkg -S /usr/bin/ls # which packate does /bin/ls belong to?
dpkg -S /bin/ls # which packate does /bin/ls belong to?
dpkg -L coreutils # lists files in a package
dpkg --list # lists all packages you have
```
Expand All @@ -37,6 +37,12 @@ package managers split the runtime from the compile time.
A virgin mac doesn't have a package manager.
Before anything, you will first need to install Xcode.

Brew stores files in /usr/local/Cellar

```
brew install NAME1 # install packages
brew list # lists all packages you have
```

## Mac MacPorts-style

Expand Down

0 comments on commit cfee263

Please sign in to comment.