Page 1 of 1

Does discord supported by centos7?

Posted: 2018/10/15 22:45:54
by yahyawabadi
I tried to install discord many times in a different way. and the discord refuses to open.
it open on time put still show blank UI. can't log in.
some help plz?

Re: Does discord supported by centos7?

Posted: 2018/10/19 10:33:23
by ysc
You might have tried this already, but... have you given the official tar.gz a try?

Also, check this thread on GitHub which suggests downloading the package from here.

Hope any of that helps.

Re: Does discord supported by centos7?

Posted: 2018/10/21 15:07:12
by Mike_Rochefort
You need to build libc++ and libc++abi from the llvm trunk. There’s instruction on how to do this on the libcxx website. Discord requires 5.0 or above, while CentOS only ships 3.5 or 3.9 through EPEL. After you build them add them to your LD_LIBRARY_PATH either globally or in a script/the desktop file.

You also need libatomic for its notification setup.

Cheers,
Mike