Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 3, 2019 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/7058296cd3aea9a8551472892011a284 to your computer and use it in GitHub Desktop.
Save ryantm/7058296cd3aea9a8551472892011a284 to your computer and use it in GitHub Desktop.
/nix/store/qfmizfs198pv6c6ivl0s5x0llnrj0rsn-libtoxcore-0.2.10
├── bin
│   ├── DHT_bootstrap
│   └── tox-bootstrapd
├── include
│   └── tox
│   ├── toxav.h
│   ├── toxencryptsave.h
│   └── tox.h
└── lib
├── libtoxcore.a
├── libtoxcore.so -> libtoxcore.so.2
├── libtoxcore.so.2 -> libtoxcore.so.2.10.0
├── libtoxcore.so.2.10.0
└── pkgconfig
└── toxcore.pc
5 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment