(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Thu, 2 Apr 2015 10:54:41 +0000 (12:54 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Thu, 2 Apr 2015 10:54:41 +0000 (12:54 +0200)
phork0.txt [new file with mode: 0644]

diff --git a/phork0.txt b/phork0.txt
new file mode 100644 (file)
index 0000000..6678af8
--- /dev/null
@@ -0,0 +1,12 @@
+$ ./configure\r
+...\r
+checking for ncursesw6-config... no\r
+checking for ncursesw5-config... /usr/bin/ncursesw5-config\r
+checking for initscr in -lncursesw... no\r
+checking for initscr in -lncurses... no\r
+configure: error: ncurses library is required\r
+\r
+$ sudo apt-get install libncursesw5-dev\r
+\r
+$ ./configure\r
+.. works now
\ No newline at end of file