Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong instructions in INSTALL #12

Open
davejohnson11 opened this issue Feb 17, 2014 · 2 comments
Open

Wrong instructions in INSTALL #12

davejohnson11 opened this issue Feb 17, 2014 · 2 comments

Comments

@davejohnson11
Copy link

INSTALL says »cd to the directory containing the package's source code and type ./configure«

It gets me »sh: ./configure: No such file or directory«. There is no configure-file. Why?

@koresar
Copy link

koresar commented Sep 27, 2015

👍
Smae things here. Looks like this project is outdated, bad, no maintained for years.

@JohnDDuncanIII
Copy link

you need to run ./autogen.sh first. This project was not setup correctly though, as when you run ./configure it errors out saying

configure: error: Cannot find /proc/stat. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help. 

This should not happen, as the entire point of this port is to NOT use the GNU/Linux only /proc system.

EDIT: Sorry I'm dumb. you need to

git clone -b osx https://github.com/AndyA/htop-osx.git

The OS X branch. Then cd into the directory, run ./autogen.sh, ./configure, make. This worked for me. (I also use pkgsrc, so I simply changed glibtoolize to libtoolize in the autogen.sh file). So just try this:

export CFLAGS="-m32" && ./autogen.sh && ./configure && make clean && make

I was able to successfully build and run on OS X 10.11.2 Beta 4 after that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants