mirror of
https://gitee.com/spark-store-project/additional-base-lib
synced 2025-12-13 10:32:08 +08:00
update README
This commit is contained in:
@@ -15,10 +15,9 @@ There's no license restriction with scripts such as `ablrun`. All the library fi
|
||||
#### Notes
|
||||
|
||||
1. You can install it onto many distributions with dpkg or rpm package management system. And It's easy to port to other GNU/Linux platform.
|
||||
2. It use bwrap, as a result, some application may not run, such as ones use there own container or ones need to mount filesystem. But appimages will run, because I designed a special method to support.
|
||||
2. Most applications can run with ablrun, but some needs privileges can't. If you found an application which should run but actually don't, please report.
|
||||
3. Also include a single libstdc++ library with glibc, because this problem is as often as that with glibc.
|
||||
4. You may use `LD_LIBRARY_PATH` environment variable with ablrun to search libraries in other directories, which may solve some other library problem.
|
||||
5. When running applications build from electron, try pass an argument `--no-sandbox` to make it work with `ablrun`.
|
||||
4. The script can only solve glibc campatible problem, not all the problems to make your application run. You may use `LD_LIBRARY_PATH` environment variable with ablrun to search libraries in other directories, which may solve some other library problem.
|
||||
|
||||
#### Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user