Skip to content

asmileyguy/libfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors