Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 10:34
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/30790af98f7e1a942af8fed3abd07c25 to your computer and use it in GitHub Desktop.
Save ryantm/30790af98f7e1a942af8fed3abd07c25 to your computer and use it in GitHub Desktop.
/nix/store/x6vr49f2kgmrw6ayh5lrkja11402zsaf-libtoxcore-0.2.9
├── 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.9.0
├── libtoxcore.so.2.9.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