What's new

Closed ** deleted **

Status
Not open for further replies.
pwede sa debian. pero marami ka pang gagawin para gumana.

BabyClare nyahahahahaha

Sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-5 g++-5 make
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1 --slave /usr/bin/g++ g++ /usr/bin/g++-5
curl -L You do not have permission to view the full content of this post. Log in or register now. | tar - Xvzf - -C /tmp/
cd /tmp/cmake-3.4.1/ && ./configure && make && sudo make install && cd -
sudo update-alternatives --install /usr/bin/cmake cmake /usr/local/bin /cmake 1 --force
sudo apt install libmicrohttpd-dev libssl-dev libhwloc-dev


Git clone You do not have permission to view the full content of this post. Log in or register now. ;
mkdir build;
cd build;
cmake ..; # or cmake .. -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF;
make Install;


Sudo apt install clang-3.8
sudo apt install clang++-3.8
CC=/usr/bin/clang-3.8 CXX=/usr/bin/clang++-3.8 cmake .. -DOpenCL_ENABLE=OFF
 
This is a perfect example of click bait. xD but with all honesty though I'm not familiar with those names, I just know you're the first person to welcome me in here :D
 
This is a perfect example of click bait. xD but with all honesty though I'm not familiar with those names, I just know you're the first person to welcome me in here :D

Hahahaha. This isn't a click bait since it's posted under "General Chat". Once again, welcome! :)
 
Last edited by a moderator:
Boss ako kung meron man pa ambon ng account sa DO ty in advance boss. Followed na!!
 
Status
Not open for further replies.

Similar threads

Back
Top