-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Installation instructions for CentOS7 #180
Comments
It looks like you are missing gflags and protobuf. IIRC on centos the packages are google-gflags and protobuf-devel . Please add to the README so future people know how to compile on centos |
@MisterTea Can you please be more specific about what you're suggesting? |
Then rerun cmake. |
Thanks, that worked. Unfortunately, I can't use
|
That's fixed in master. What are you using for a client? On mac, you can "brew install --HEAD et" to get master branch |
I'm running on Ubuntu 18.04 LTS I followed these instructions:
Should I use something else? |
Yep, you should build from source using latest master to support logins
with banners.
…On Mon, Apr 1, 2019 at 2:10 PM Nicolas Rouquette ***@***.***> wrote:
I'm running on Ubuntu 18.04 LTS
I followed these instructions:
sudo add-apt-repository ppa:jgmath2000/et
sudo apt-get update
sudo apt-get install et
Should I use something else?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#180 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AASuvwx7TQCBQI-98W7deESV_qGIqHFoks5vcnWtgaJpZM4cT510>
.
|
Argh... on ubuntu 18.04 LTS, I couldn't build:
then:
Then:
|
line 63 of
|
"Protobuf compiler version doesn't match library version 3.0.0" That sounds bad. Can you run "ccmake ../" and see what the difference is between protobuf and protobuf compiler? |
On a related note, the installation documentation on the main Download page https://eternalterminal.dev/download/ are out of date in respect to the instructions on https://github.com/MisterTea/EternalTerminal |
@NicolasRouquette were you able to get the protobuf issue resolved? It looks like compiling in centos works |
For what it's worth, the installation instructions now in the README were enough for me to get the service running on CentOS 7. My local client (mac osx) hangs still when trying to connect (in a hard, non-killzble way), and I'm not sure if that's related or not. |
Building ET on CentOS7 is tricky.
First, the
cmake
utility is too old (2.8) so we have to installcmake3
explicitly:(found this tip here: https://www.heliocastro.info/?p=238#comment-5624)
Next, building failed:
Here's the error log:
The text was updated successfully, but these errors were encountered: