Monaがビルドできない><
最新版をgitで持ってきたつもりだけども、上手くmakeが走ってくれないです。
natu@natu-laptop:~/tmp$ git clone git://github.com/higepon/mona.git
Initialized empty Git repository in /home/natu/tmp/mona/.git/
remote: Counting objects: 60714, done.
remote: Compressing objects: 100% (16891/16891), done.
remote: Total 60714 (delta 43725), reused 59771 (delta 42962)
Receiving objects: 100% (60714/60714), 41.27 MiB | 116 KiB/s, done.
Resolving deltas: 100% (43725/43725), done.
natu@natu-laptop:~/tmp$ cd mona
natu@natu-laptop:~/tmp/mona$ cd mona
natu@natu-laptop:~/tmp/mona/mona$ git submodule init
You need to run this command from the toplevel of the working tree.
natu@natu-laptop:~/tmp/mona/mona$ git submodule update
You need to run this command from the toplevel of the working tree.
natu@natu-laptop:~/tmp/mona/mona$ ls
HowToGDB Makefile.inc configure doc include test
Makefile RELNOTE core external share tool
natu@natu-laptop:~/tmp/mona/mona$ cd ..
natu@natu-laptop:~/tmp/mona$ ls
README.md contrib mona
natu@natu-laptop:~/tmp/mona$ git submodule update
natu@natu-laptop:~/tmp/mona$ git submodule init
Submodule 'mona/core/mosh' (git@github.com:higepon/mosh.git) registered for path 'mona/core/mosh'
natu@natu-laptop:~/tmp/mona$ git submodule update
Initialized empty Git repository in /home/natu/tmp/mona/mona/core/mosh/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Clone of 'git@github.com:higepon/mosh.git' into submodule path 'mona/core/mosh' failed
natu@natu-laptop:~/tmp/mona$ cd mona
natu@natu-laptop:~/tmp/mona/mona$ make
Makefile.inc:1: share/configs/Makefile.inc: No such file or directory
make: *** ターゲット `share/configs/Makefile.inc' を make するルールがありません. 中止.
natu@natu-laptop:~/tmp/mona/mona$ ls
HowToGDB Makefile.inc configure doc include test
Makefile RELNOTE core external share tool
natu@natu-laptop:~/tmp/mona/mona$ cd ..
natu@natu-laptop:~/tmp/mona$
natu@natu-laptop:~/tmp/mona$ ls
README.md contrib mona
natu@natu-laptop:~/tmp/mona$ make
make: *** ターゲットが指定されておらず, makefile も見つかりません. 中止.
natu@natu-laptop:~/tmp/mona$ less README.md
# What is Mona?
MonaOS is a free operating system.
See detailed information on http://www.monaos.org.
# Building and Running Mona
## Requirements
- git
- Mingw
- nasm
- mkisofs
- QEMU
## Building and Running
% git clone git://github.com/higepon/mona.git
% cd mona/mona
% git submodule init
% git submodule update
% cd mona
% make
% cd ..
% cd contrib
% make
% cd ../mona/tool/qemu
% ./start.sh
natu@natu-laptop:~/tmp/mona$ cd mona
natu@natu-laptop:~/tmp/mona/mona$ ls
HowToGDB Makefile.inc configure doc include test
Makefile RELNOTE core external share tool
natu@natu-laptop:~/tmp/mona/mona$ make
Makefile.inc:1: share/configs/Makefile.inc: No such file or directory
make: *** ターゲット `share/configs/Makefile.inc' を make するルールがありません. 中止.
natu@natu-laptop:~/tmp/mona/mona$ cd share/
natu@natu-laptop:~/tmp/mona/mona/share$