🔒 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! :)
 
Status
Not open for further replies.

Similar threads

About this Thread

  • 37
    Replies
  • 895
    Views
  • 13
    Participants
Last reply from:
Soul Calibre

Trending Topics

Online now

Members online
1,305
Guests online
1,210
Total visitors
2,515

Forum statistics

Threads
2,271,738
Posts
28,937,778
Members
1,237,838
Latest member
gyver991625
Back
Top