Created
September 19, 2013 15:40
-
-
Save mkroman/6625383 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mk@maero ~/Projects/qweb/ajaxterm % python2 ./configure | |
Configuring prefix= /usr/local port= 8022 | |
mk@maero ~/Projects/qweb/ajaxterm % python2 ./configure --help | |
Usage: configure [options] | |
Options: | |
-h, --help show this help message and exit | |
--prefix=PREFIX installation prefix (default: /usr/local) | |
--confdir=CONFDIR configuration files directory prefix (default: /etc) | |
--port=PORT set the listening TCP port (default: 8022) | |
--command=CMD set the command (default: /bin/login or ssh localhost) | |
mk@maero ~/Projects/qweb/ajaxterm % python2 ./configure --prefix="~/Projects/ajaxterm" | |
Configuring prefix= ~/Projects/ajaxterm port= 8022 | |
mk@maero ~/Projects/qweb/ajaxterm % make | |
true | |
mk@maero ~/Projects/qweb/ajaxterm % ls | |
ajaxterm.1 ajaxterm.css ajaxterm.initd* ajaxterm.py* configure.ajaxterm.bin configure.initd.gentoo configure.makefile README.txt sarissa.js | |
ajaxterm.bin* ajaxterm.html ajaxterm.js configure* configure.initd.debian configure.initd.redhat Makefile sarissa_dhtml.js | |
mk@maero ~/Projects/qweb/ajaxterm % make install | |
install -d "~/Projects/ajaxterm/bin" | |
install -d "~/Projects/ajaxterm/share/ajaxterm" | |
install ajaxterm.bin "~/Projects/ajaxterm/bin/ajaxterm" | |
install ajaxterm.initd "/etc/init.d/ajaxterm" | |
install: cannot create regular file ‘/etc/init.d/ajaxterm’: No such file or directory | |
make: *** [install] Error 1 | |
mk@maero ~/Projects/qweb/ajaxterm % ls | |
~/ ajaxterm.bin* ajaxterm.html ajaxterm.js configure* configure.initd.debian configure.initd.redhat Makefile sarissa_dhtml.js | |
ajaxterm.1 ajaxterm.css ajaxterm.initd* ajaxterm.py* configure.ajaxterm.bin configure.initd.gentoo configure.makefile README.txt sarissa.js | |
mk@maero ~/Projects/qweb/ajaxterm % rm -rf ~ | |
^C | |
mk@maero ~/Projects/qweb/ajaxterm % rm -rf ~ | |
mk@maero ~/Projects/qweb/ajaxterm % ls | |
mk@maero ~/Projects/qweb/ajaxterm % ls -a | |
mk@maero ~/Projects/qweb/ajaxterm % git remote | |
mk@maero ~/Projects/qweb/ajaxterm % cd .. | |
mk@maero . % ls | |
mk@maero . % cd | |
mk@maero ~ % cd Pro | |
cd: no such file or directory: Pro | |
mk@maero ~ % ls | |
Desktop/ Documents/ Downloads/ Music/ Pictures/ Public/ Shared/ Templates/ Videos/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment