Skip to content

kuuku123/Tsoding_MachineLearning_in_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tsoding_MachineLearning_in_C

to make use of pdflatex in wsl2

  1. install texlive-full

to make use of raylib

  1. inside /software/raylib directory delete "build" directory and make new "build" directory.

  2. cd in to build directory and "cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt/raylib/ .." to build and set installation path.

  3. when you run above command it will tell what is missing in log , install them. 3.5 "sudo apt-get install libglfw3-dev"

  4. "make -j3" to build with 3 threads.

  5. might complain there is no glfw.

  6. "make install" to install at location we mentioned at 2.

  7. create ~/opt/raylib/raylib.env file and write export PKG_CONFIG_PATH=$HOME/opt/raylib/lib/pkgconfig/

  8. install pkg-config

  9. when building raylib stuff in playground with build.sh apply source ~/opt/raylib/raylib.env && ./build.sh

  10. inside playground/gen folder type the following in terminal to run program "./img2mat mnist/6.png mnist/8.png" different png can be applied

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors