拡張子が..のソースコードをダウンロードしました.tar.gz
。抽出しました
tar -xzf pgamdin4-5-6.tar.gz
ただし、pgadmin4-5-6
ディレクトリにconfigure
ファイルはありません。私の考えでは、私たちはすでに存在するものを./configure
作るために走っていると思います。これは私が走ったときに得るものです。Makefile
Makefile
ls
DEPENDENCIES
Dockerfile
docs
LICENSE
Make.bat
Makefile
pkg
README.md
requirements.txt
runtime
tools
web
頑張った
$ make
これによりエラーが発生します。
file "build_code_snippet.py", line 4, in <module>
import builtins
ImportError: No module named builtins
make[1]: [Makefile.sphinx:22: code_snippet] Error 1 (ignored)
sphinx-build -W -b html -d _build/doctrees . _build/html
make[1]: sphinx-build: No such file or directory
make[1]: *** [Makefile.sphinx:47: html] Error 127
make[1]: Leaving directory '/home/tesla/Downloads/pgadmin4-5.4/docs/en_US'
make: *** [Makefile:128: docs] Error 2
しようとすると、make install
次のエラーが発生します。
make: *** No rule to make target 'install'. Stop.
Pythonをインストールしました。ところで、ソースからインストールする方法を知りたいです。私は何をしていますか?昨年は別のコンピュータでソースコードを試してみましたが、最近は新しいコンピュータでもソースコードを試してみましたが、インストール方法を知りたいです。