Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libfile

File library for checking types and architecture.

How to compile libfile?

First, lets install some packages:

For Debian/Ubuntu:

sudo apt install gcc make binutils

For Arch:

pacman -S gcc make binutils

Now while you are in the folder:

chmod +x configure # Make it executable
./configure 
make # Compile it

Tip

You can use "./configure ARCH=" to change the architecture of the compiled library. Example:

./configure ARCH=i386 # Compile it for x86
./configure ARCH=amd64 # Compile it for x64

About

File library for checking types and architecture.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages