Skip to content

A build script to create packages of Chromium for Slackware

Notifications You must be signed in to change notification settings

kissthink/chromium

 
 

Repository files navigation

Google Chromium is a browser that combines a minimal design with
sophisticated technology to make the web faster, safer, and easier.

Note:
Some processors don't have the SSE2 flag. Check it with:

   cat /proc/cpuinfo | grep -i sse2

In this case you should disable sse2 when compiling chromium. Do this by
running the script as:

   NO_SSE2=1 ./chromium.SlackBuild

This requires libevent.

About

A build script to create packages of Chromium for Slackware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%