Skip to content

furkandde/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hangman-game

Setup

Choose a directory to hold locally installed packages.

$ export MY_INSTALL_DIR=$HOME/.local

$ mkdir -p $MY_INSTALL_DIR

$ export PATH="$MY_INSTALL_DIR/bin:$PATH"

Build and install gRPC and Protocol Buffers

$ cd build
$ cmake -DgRPC_INSTALL=ON \
      -DgRPC_BUILD_TESTS=OFF \
      -DCMAKE_INSTALL_PREFIX=$MY_INSTALL_DIR \
      ..
$ make -j 4
$ make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published