mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-06 16:04:29 +01:00
Updated FreeBSD (markdown)
parent
514d80c74b
commit
f9c9a06a30
13
FreeBSD.md
13
FreeBSD.md
@ -1,16 +1,3 @@
|
||||
# Upgrade FreeBSD version to the latest
|
||||
|
||||
Sometimes packages installed via `pkg` might not work. Even if you get an iso file from the official site, the version might not be the latest. For example, run this commend to update your FreeBSD to 11.1-RELEASE:
|
||||
|
||||
```
|
||||
freebsd-update -r 11.1-RELEASE upgrade
|
||||
freebsd-update install
|
||||
```
|
||||
|
||||
You might need to reboot and `freebsd-update install` again.
|
||||
|
||||
For more detail, see [the official manual](https://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html).
|
||||
|
||||
# Set up desktop environment
|
||||
|
||||
Ebiten requires X Window system and you need to install a window manager like gnome3. See [the official manual](https://www.freebsd.org/doc/handbook/x11-wm.html). Note that you also need to do `pkg install xorg`.
|
||||
|
Loading…
Reference in New Issue
Block a user