2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ChromebookでもJNetHack

Posted at

はじめに

ChromebookでもJNetHackができるようにしていたのですが、バックアップに失敗して全てを消し去ってしまってから暫く放置してました。
久しぶりにJNetHackがプレイしたくなり起動しようとしたらホームに何も残っていない状態でした。。。

事前準備とインストール

作業はandroidのときとほぼ一緒でした。
インストールするパッケージ抜けてるのがあるかもしれん。
また、パッチはミラーからダウンロードしてます。

sudo apt install clang make bison flex gzip wget ncurses-ui-libs nkf
wget https://ftp.jaist.ac.jp/pub/sourceforge.jp/jnethack/78334/jnethack-3.6.7-0.1.diff.gz
wget https://www.nethack.org/download/3.6.7/nethack-367-src.tgz
tar zxvf nethack-367-src.tgz
cd NetHack-3.6.7/
zcat ../jnethack-3.6.7-0.1.diff.gz | patch -p1
sh ./configure
make install

そして起動

cd ../
nh/install/games/jnethack

Screenshot 2024-12-25 08.15.23.png

よきJNetHackライフをっ!!

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?