0
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?

More than 3 years have passed since last update.

NullpoMino 7.5.0 を Ubuntu 20.04.1 64bit 版で動かす方法

Last updated at Posted at 2020-09-30

Java の準備

java 8 をダウンロード

スクリーンショット_2020-09-30_12-07-42.png

tar xzf jre-8u261-linux-x64.tar.gz

NullpoMino 7.5.0 の準備

https://github.com/nullpomino/nullpomino/releases/
から
NullpoMino7.5.0_linux.tar.gz
をダウンロード

スクリーンショット_2020-09-30_12-10-08.png

tar xzf  NullpoMino7.5.0_linux.tar.gz
cd NullpoMino7_5_0
  • NullpoMino にJavaのPATHを追加
NullpoMino
  #!/bin/sh
+ export PATH=$PATH:../jre1.8.0_261/bin/
  cd `dirname $0`
  ./play_slick

起動

cd ./NullpoMino7_5_0/
./NullpoMino

スクリーンショット_2020-09-30_12-11-09.png

問題なく動きました。効果音も出ます。(BGMはあるのか不明。流れませんでした。)

失敗例

  • openjdk-14-jre を用いたら動かなかった。
  • 64bit版のUbuntuで32bit版のJava 8を用いたら動かなかった。
0
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
0
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?