■ Smartyのダウンロード
以下からダウンロードします。
http://www.smarty.net/download
自分の場合は、”Smarty-3.1.11.tar.gz”をダウンロード
■ Smartyのインストール
ダウンロードしたSmartyのアーカイブをアップロードします。
そんでもって、解凍!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
$ tar xvfz Smarty-3.1.11.tar.gz Smarty-3.1.11/ Smarty-3.1.11/demo/ Smarty-3.1.11/demo/templates/ Smarty-3.1.11/demo/templates/header.tpl Smarty-3.1.11/demo/templates/index.tpl Smarty-3.1.11/demo/templates/footer.tpl Smarty-3.1.11/demo/templates_c/ Smarty-3.1.11/demo/index.php Smarty-3.1.11/demo/cache/ Smarty-3.1.11/demo/configs/ Smarty-3.1.11/demo/configs/test.conf Smarty-3.1.11/demo/plugins/ Smarty-3.1.11/demo/plugins/resource.extendsall.php Smarty-3.1.11/demo/plugins/cacheresource.apc.php Smarty-3.1.11/demo/plugins/cacheresource.mysql.php Smarty-3.1.11/demo/plugins/cacheresource.memcache.php Smarty-3.1.11/demo/plugins/resource.mysqls.php Smarty-3.1.11/demo/plugins/resource.mysql.php Smarty-3.1.11/change_log.txt Smarty-3.1.11/SMARTY_3.0_BC_NOTES.txt Smarty-3.1.11/SMARTY_2_BC_NOTES.txt Smarty-3.1.11/COPYING.lib Smarty-3.1.11/libs/ Smarty-3.1.11/libs/debug.tpl Smarty-3.1.11/libs/sysplugins/ Smarty-3.1.11/libs/sysplugins/smarty_cacheresource.php Smarty-3.1.11/libs/sysplugins/smarty_internal_templatebase.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_assign.php Smarty-3.1.11/libs/sysplugins/smarty_internal_nocache_insert.php Smarty-3.1.11/libs/sysplugins/smarty_resource_recompiled.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_private_modifier.php Smarty-3.1.11/libs/sysplugins/smarty_internal_filter_handler.php Smarty-3.1.11/libs/sysplugins/smarty_internal_config_file_compiler.php Smarty-3.1.11/libs/sysplugins/smarty_internal_config.php Smarty-3.1.11/libs/sysplugins/smarty_internal_templatecompilerbase.php Smarty-3.1.11/libs/sysplugins/smarty_security.php Smarty-3.1.11/libs/sysplugins/smarty_internal_resource_registered.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_while.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_capture.php Smarty-3.1.11/libs/sysplugins/smarty_internal_resource_file.php Smarty-3.1.11/libs/sysplugins/smarty_internal_resource_extends.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_setfilter.php Smarty-3.1.11/libs/sysplugins/smarty_internal_cacheresource_file.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_foreach.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_insert.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_private_function_plugin.php Smarty-3.1.11/libs/sysplugins/smarty_internal_resource_string.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_break.php Smarty-3.1.11/libs/sysplugins/smarty_internal_data.php Smarty-3.1.11/libs/sysplugins/smarty_resource_uncompiled.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_include.php Smarty-3.1.11/libs/sysplugins/smarty_internal_smartytemplatecompiler.php Smarty-3.1.11/libs/sysplugins/smarty_internal_configfilelexer.php Smarty-3.1.11/libs/sysplugins/smarty_internal_resource_php.php Smarty-3.1.11/libs/sysplugins/smarty_internal_configfileparser.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_private_object_function.php Smarty-3.1.11/libs/sysplugins/smarty_cacheresource_keyvaluestore.php Smarty-3.1.11/libs/sysplugins/smarty_internal_debug.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_if.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_config_load.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_include_php.php Smarty-3.1.11/libs/sysplugins/smarty_internal_template.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_function.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_ldelim.php Smarty-3.1.11/libs/sysplugins/smarty_resource.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_append.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_section.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_eval.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_private_print_expression.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_continue.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_block.php Smarty-3.1.11/libs/sysplugins/smarty_internal_templatelexer.php Smarty-3.1.11/libs/sysplugins/smarty_config_source.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_rdelim.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_private_registered_function.php Smarty-3.1.11/libs/sysplugins/smarty_internal_resource_stream.php Smarty-3.1.11/libs/sysplugins/smarty_internal_resource_eval.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_for.php Smarty-3.1.11/libs/sysplugins/smarty_resource_custom.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_private_special_variable.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compilebase.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_call.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_private_object_block_function.php Smarty-3.1.11/libs/sysplugins/smarty_internal_get_include_path.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_nocache.php Smarty-3.1.11/libs/sysplugins/smarty_internal_write_file.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_debug.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_private_block_plugin.php Smarty-3.1.11/libs/sysplugins/smarty_internal_function_call_handler.php Smarty-3.1.11/libs/sysplugins/smarty_cacheresource_custom.php Smarty-3.1.11/libs/sysplugins/smarty_internal_utility.php Smarty-3.1.11/libs/sysplugins/smarty_internal_templateparser.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_extends.php Smarty-3.1.11/libs/sysplugins/smarty_internal_compile_private_registered_block.php Smarty-3.1.11/libs/sysplugins/smarty_internal_parsetree.php Smarty-3.1.11/libs/plugins/ Smarty-3.1.11/libs/plugins/modifiercompiler.from_charset.php Smarty-3.1.11/libs/plugins/modifiercompiler.to_charset.php Smarty-3.1.11/libs/plugins/modifiercompiler.unescape.php Smarty-3.1.11/libs/plugins/outputfilter.trimwhitespace.php Smarty-3.1.11/libs/plugins/modifiercompiler.escape.php Smarty-3.1.11/libs/plugins/function.mailto.php Smarty-3.1.11/libs/plugins/modifiercompiler.cat.php Smarty-3.1.11/libs/plugins/function.html_checkboxes.php Smarty-3.1.11/libs/plugins/function.counter.php Smarty-3.1.11/libs/plugins/modifier.replace.php Smarty-3.1.11/libs/plugins/modifier.debug_print_var.php Smarty-3.1.11/libs/plugins/modifiercompiler.count_paragraphs.php Smarty-3.1.11/libs/plugins/modifier.date_format.php Smarty-3.1.11/libs/plugins/modifiercompiler.upper.php Smarty-3.1.11/libs/plugins/function.fetch.php Smarty-3.1.11/libs/plugins/modifiercompiler.strip_tags.php Smarty-3.1.11/libs/plugins/modifiercompiler.count_sentences.php Smarty-3.1.11/libs/plugins/modifier.truncate.php Smarty-3.1.11/libs/plugins/function.cycle.php Smarty-3.1.11/libs/plugins/modifier.regex_replace.php Smarty-3.1.11/libs/plugins/function.html_image.php Smarty-3.1.11/libs/plugins/function.html_table.php Smarty-3.1.11/libs/plugins/modifiercompiler.lower.php Smarty-3.1.11/libs/plugins/modifier.capitalize.php Smarty-3.1.11/libs/plugins/modifiercompiler.noprint.php Smarty-3.1.11/libs/plugins/modifiercompiler.count_characters.php Smarty-3.1.11/libs/plugins/function.html_options.php Smarty-3.1.11/libs/plugins/block.textformat.php Smarty-3.1.11/libs/plugins/shared.literal_compiler_param.php Smarty-3.1.11/libs/plugins/modifier.spacify.php Smarty-3.1.11/libs/plugins/shared.mb_wordwrap.php Smarty-3.1.11/libs/plugins/shared.make_timestamp.php Smarty-3.1.11/libs/plugins/modifiercompiler.count_words.php Smarty-3.1.11/libs/plugins/modifiercompiler.indent.php Smarty-3.1.11/libs/plugins/shared.mb_str_replace.php Smarty-3.1.11/libs/plugins/function.html_select_date.php Smarty-3.1.11/libs/plugins/shared.escape_special_chars.php Smarty-3.1.11/libs/plugins/modifiercompiler.wordwrap.php Smarty-3.1.11/libs/plugins/function.html_select_time.php Smarty-3.1.11/libs/plugins/modifiercompiler.string_format.php Smarty-3.1.11/libs/plugins/function.html_radios.php Smarty-3.1.11/libs/plugins/shared.mb_unicode.php Smarty-3.1.11/libs/plugins/modifier.escape.php Smarty-3.1.11/libs/plugins/function.math.php Smarty-3.1.11/libs/plugins/modifiercompiler.strip.php Smarty-3.1.11/libs/plugins/modifiercompiler.default.php Smarty-3.1.11/libs/plugins/variablefilter.htmlspecialchars.php Smarty-3.1.11/libs/Smarty.class.php Smarty-3.1.11/libs/SmartyBC.class.php Smarty-3.1.11/README Smarty-3.1.11/SMARTY_3.1_NOTES.txt |
そんでもって、適当なところに移動してついでに名前を”Smarty”にしておきます。
1 |
# mv /home/hogehoge/Smarty-3.1.11 /usr/local/lib/Smarty |
最後に、php.iniとかを編集してパスを通しといて、インストール完了!!
php.iniだと、include_pathっていう変数に追加してください。
あ、その後は以下のようにapacheを再起動してください。
1 |
# /etc/init.d/httpd restart |
/